SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
smtrat::parser::ToRealInstantiator Struct Reference
Inheritance diagram for smtrat::parser::ToRealInstantiator:
Collaboration diagram for smtrat::parser::ToRealInstantiator:

Public Member Functions

bool operator() (const std::vector< types::TermType > &arguments, types::TermType &result, TheoryError &errors) const
 
template<typename T >
bool convert (const std::vector< types::TermType > &from, std::vector< T > &to) const
 
template<typename T >
bool convert (const std::vector< types::TermType > &from, std::vector< T > &to, TheoryError &errors) const
 

Detailed Description

Definition at line 148 of file Arithmetic.cpp.

Member Function Documentation

◆ convert() [1/2]

template<typename T >
bool smtrat::parser::FunctionInstantiator::convert ( const std::vector< types::TermType > &  from,
std::vector< T > &  to 
) const
inlineinherited

Definition at line 14 of file FunctionInstantiator.h.

Here is the caller graph for this function:

◆ convert() [2/2]

template<typename T >
bool smtrat::parser::FunctionInstantiator::convert ( const std::vector< types::TermType > &  from,
std::vector< T > &  to,
TheoryError errors 
) const
inlineinherited

Definition at line 19 of file FunctionInstantiator.h.

◆ operator()()

bool smtrat::parser::ToRealInstantiator::operator() ( const std::vector< types::TermType > &  arguments,
types::TermType result,
TheoryError errors 
) const
inlinevirtual

Reimplemented from smtrat::parser::FunctionInstantiator.

Definition at line 149 of file Arithmetic.cpp.

Here is the call graph for this function:

The documentation for this struct was generated from the following file: