SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <vector>
#include <set>
#include <string>
#include <atomic>
#include <mutex>
#include <smtrat-common/smtrat-common.h>
#include <smtrat-common/statistics/Statistics.h>
#include "ModuleInput.h"
Go to the source code of this file.
Data Structures | |
struct | smtrat::Branching |
Stores all necessary information of an branch, which can be used to detect probable infinite loop of branchings. More... | |
class | smtrat::Module |
A base class for all kind of theory solving methods. More... | |
struct | smtrat::Module::ModuleStatistics |
struct | smtrat::Module::Lemma |
struct | smtrat::Module::TheoryPropagation |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
Macros | |
#define | OLD_SPLITTING_VARS_LOCK_GUARD |
#define | OLD_SPLITTING_VARS_LOCK |
#define | OLD_SPLITTING_VARS_UNLOCK |
Functions | |
std::ostream & | smtrat::operator<< (std::ostream &os, Module::LemmaType lt) |