|
| MetaSMTSolver (bool useForked, bool optimizeDivides) |
|
virtual | ~MetaSMTSolver () |
|
virtual char * | getConstraintLog (const Query &) |
|
virtual void | setCoreSolverTimeout (time::Span timeout) |
|
| Solver (SolverImpl *_impl) |
|
virtual | ~Solver () |
|
bool | evaluate (const Query &, Validity &result) |
|
bool | mustBeTrue (const Query &, bool &result) |
|
bool | mustBeFalse (const Query &, bool &result) |
|
bool | mayBeTrue (const Query &, bool &result) |
|
bool | mayBeFalse (const Query &, bool &result) |
|
bool | getValue (const Query &, ref< ConstantExpr > &result) |
|
bool | getInitialValues (const Query &, const std::vector< const Array * > &objects, std::vector< std::vector< unsigned char > > &result) |
|
virtual std::pair< ref< Expr >, ref< Expr > > | getRange (const Query &) |
|
virtual char * | getConstraintLog (const Query &query) |
|
virtual void | setCoreSolverTimeout (time::Span timeout) |
|
template<typename SolverContext>
class klee::MetaSMTSolver< SolverContext >
Definition at line 18 of file MetaSMTSolver.h.