SMT-RAT
24.02
Toolbox for Strategic and Parallel Satisfiability-Modulo-Theories Solving
|
#include <vector>
#include <carl-arith/ran/ran.h>
Go to the source code of this file.
Data Structures | |
class | smtrat::mcsat::onecellcad::RealAlgebraicPoint< Number > |
Represent a multidimensional point whose components are algebraic reals. More... | |
Namespaces | |
smtrat | |
Class to create the formulas for axioms. | |
smtrat::mcsat | |
smtrat::mcsat::onecellcad | |
Functions | |
template<typename Number > | |
bool | smtrat::mcsat::onecellcad::operator== (RealAlgebraicPoint< Number > &lhs, RealAlgebraicPoint< Number > &rhs) |
Check if two RealAlgebraicPoints are equal. More... | |
template<typename Number > | |
std::ostream & | smtrat::mcsat::onecellcad::operator<< (std::ostream &os, const RealAlgebraicPoint< Number > &r) |
Streaming operator for a RealAlgebraicPoint. More... | |