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

Public Member Functions

bool apply (const std::vector< FormulaT > &arguments, types::TermType &result, TheoryError &errors) const
 
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 64 of file Core.cpp.

Member Function Documentation

◆ apply()

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

Implements smtrat::parser::CoreInstantiator.

Definition at line 65 of file Core.cpp.

Here is the call graph for this function:

◆ 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::CoreInstantiator::operator() ( const std::vector< types::TermType > &  arguments,
types::TermType result,
TheoryError errors 
) const
inlinevirtualinherited

Reimplemented from smtrat::parser::FunctionInstantiator.

Definition at line 40 of file Core.cpp.

Here is the call graph for this function:

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