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

Public Member Functions

bool operator() (const std::vector< std::size_t > &indices, const std::vector< types::TermType > &arguments, types::TermType &result, TheoryError &errors) const
 
virtual bool apply (const std::vector< std::size_t > &indices, const std::vector< FormulaT > &arguments, types::TermType &result, TheoryError &errors) const =0
 
template<typename T >
bool convert (const std::vector< types::TermType > &from, std::vector< T > &to) const
 

Detailed Description

Definition at line 12 of file BooleanEncoding.cpp.

Member Function Documentation

◆ apply()

virtual bool smtrat::parser::EncodingInstantiator::apply ( const std::vector< std::size_t > &  indices,
const std::vector< FormulaT > &  arguments,
types::TermType result,
TheoryError errors 
) const
pure virtual

Implemented in smtrat::parser::AtMostInstantiator.

Here is the caller graph for this function:

◆ convert()

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

Definition at line 31 of file FunctionInstantiator.h.

Here is the caller graph for this function:

◆ operator()()

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

Reimplemented from smtrat::parser::IndexedFunctionInstantiator.

Definition at line 13 of file BooleanEncoding.cpp.

Here is the call graph for this function:

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