3 #include "../../core/Variable.h"
carl is the main namespace for the library.
std::ostream & operator<<(std::ostream &os, const BasicConstraint< Poly > &c)
Prints the given constraint on the given stream.
A Variable represents an algebraic variable that can be used throughout carl.
Context(const Context &ctx)
bool operator==(const Context &rhs) const
Context & operator=(const Context &rhs)
bool has(const Variable &var) const
Context(const std::vector< Variable > &var_order)
const std::vector< Variable > & variable_ordering() const
std::shared_ptr< std::vector< Variable > > m_variable_order