SMT-RAT  24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
common.h File Reference
#include <smtrat-common/smtrat-common.h>
#include <optional>
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 smtrat
 Class to create the formulas for axioms.
 
 smtrat::cad
 

Typedefs

using smtrat::cad::RAN = smtrat::RAN
 
using smtrat::cad::ConstraintSelection = carl::Bitset
 
using smtrat::cad::OptionalID = std::optional< std::size_t >
 
using smtrat::cad::Assignment = std::map< carl::Variable, RAN >
 
using smtrat::cad::SampleLiftedWith = carl::Bitset
 
using smtrat::cad::SampleRootOf = carl::Bitset
 
using smtrat::cad::UPoly = carl::UnivariatePolynomial< Poly >