dReal4
Context Member List

This is the complete list of members for Context, including all inherited members.

Assert(const Formula &f)Context
assertions() constContext
box() constContext
CheckSat()Context
config() constContext
Context()Context
Context(const Context &context)=deleteContext
Context(Context &&context) noexceptContext
Context(const Config &config)Contextexplicit
DeclareVariable(const Variable &v, bool is_model_variable=true)Context
DeclareVariable(const Variable &v, const Expression &lb, const Expression &ub, bool is_model_variable=true)Context
Exit()Contextstatic
get_model() constContext
GetOption(const std::string &key) constContext
Maximize(const Expression &f)Context
Minimize(const Expression &f)Context
Minimize(const std::vector< Expression > &functions)Context
mutable_config()Context
operator=(const Context &)=deleteContext
operator=(Context &&)=deleteContext
Pop(int n)Context
Push(int n)Context
SetInfo(const std::string &key, double val)Context
SetInfo(const std::string &key, const std::string &val)Context
SetInterval(const Variable &v, double lb, double ub)Context
SetLogic(const Logic &logic)Context
SetOption(const std::string &key, double val)Context
SetOption(const std::string &key, const std::string &val)Context
version()Contextstatic
~Context()Context