carl
24.04
Computer ARithmetic Library
|
#include "BasicConstraint.h"
#include <carl-arith/core/Common.h>
#include "../poly/umvpoly/functions/Substitution.h"
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... | |