mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 09:35:32 +00:00
set solver on simplify command
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0997eba700
commit
b7de813c63
5 changed files with 48 additions and 3 deletions
|
@ -149,8 +149,13 @@ public:
|
|||
*/
|
||||
virtual expr * get_assumption(unsigned idx) const = 0;
|
||||
|
||||
|
||||
|
||||
/**
|
||||
\brief under assumptions, asms, retrieve set of consequences that fix values for expressions that can be
|
||||
built from fns. For functions that take 0 arguments, we require that the function returns all consequences
|
||||
that mention these functions. The consequences are clauses whose first literal constrain one of the
|
||||
functions from fns and the other literals are negations of literals from asms.
|
||||
*/
|
||||
//virtual lbool get_consequences(expr_ref_vector const& asms, func_ref_vector const& fns, expr_ref_vector& consequences);
|
||||
|
||||
/**
|
||||
\brief Display the content of this solver.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue