carl  24.04
Computer ARithmetic Library
Evaluation.h File Reference
Include dependency graph for Evaluation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 carl
 carl is the main namespace for the library.
 

Functions

template<typename Number , typename Poly , typename = std::enable_if_t<is_number_type<Number>::value>>
bool carl::evaluate (const BasicConstraint< Poly > &c, const Assignment< Number > &m)
 
template<typename Pol >
unsigned carl::satisfied_by (const BasicConstraint< Pol > &c, const Assignment< typename Pol::NumberType > &_assignment)
 Checks whether the given assignment satisfies this constraint. More...