SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <optional>
#include <smtrat-variablebounds/VariableBounds.h>
#include <smtrat-solver/Manager.h>
#include <smtrat-solver/Module.h>
#include "../SATModule/SATModule.h"
#include "../LRAModule/LRAModule.h"
#include "Bimap.h"
#include "CSplitSettings.h"
Go to the source code of this file.
Data Structures | |
class | smtrat::CSplitModule< Settings > |
struct | smtrat::CSplitModule< Settings >::Purification |
Represents the substitution variables of a nonlinear monomial in a positional notation to the basis Settings::expansionBase. More... | |
struct | smtrat::CSplitModule< Settings >::Expansion |
Represents the quotients and remainders of a variable in a positional notation to the basis Settings::expansionBase. More... | |
struct | smtrat::CSplitModule< Settings >::Linearization |
Represents the class of all original constraints with the same left hand side after a normalization. More... | |
struct | smtrat::CSplitModule< Settings >::LAModule |
Linear arithmetic module to call for the linearized formula. More... | |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
Definition in file CSplitModule.h.