dReal4
|
Represents the evaluation result of a constraint given a box. More...
#include </home/soonhokong/work/dreal4/dreal/solver/formula_evaluator.h>
Public Types | |
enum | Type { VALID, UNSAT, UNKNOWN } |
Public Member Functions | |
FormulaEvaluationResult (Type type, const Box::Interval &evaluation) | |
Constructs an FormulaEvaluationResult with type and evaluation . | |
Type | type () const |
Returns the type of this result. | |
const Box::Interval & | evaluation () const |
Returns the interval evaluation of this result. | |
Represents the evaluation result of a constraint given a box.
|
strong |