dReal4
|
Theory solver for nonlinear theory over the Reals. More...
#include </home/soonhokong/work/dreal4/dreal/solver/theory_solver.h>
Public Member Functions | |
TheorySolver (const Config &config) | |
bool | CheckSat (const Box &box, const std::vector< Formula > &assertions) |
Checks consistency. More... | |
const Box & | GetModel () const |
Gets a satisfying Model. | |
const std::set< Formula > & | GetExplanation () const |
Gets a list of used constraints. | |
Theory solver for nonlinear theory over the Reals.
Checks consistency.
Returns true if there is a satisfying assignment. Otherwise, return false.