SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <algorithm>
#include <list>
#include <vector>
#include <set>
#include <iterator>
#include <smtrat-common/smtrat-common.h>
#include <smtrat-common/model.h>
Go to the source code of this file.
Data Structures | |
class | smtrat::FormulaWithOrigins |
Stores a formula along with its origins. More... | |
class | smtrat::ModuleInput |
The input formula a module has to consider for it's satisfiability check. More... | |
struct | smtrat::ModuleInput::IteratorCompare |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
Functions | |
std::ostream & | smtrat::operator<< (std::ostream &os, const ModuleInput &mi) |
template<typename AnnotationType > | |
void | smtrat::annotateFormula (const FormulaT &, const std::vector< AnnotationType > &) |
Definition in file ModuleInput.h.