mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 22:35:45 +00:00
add consequence command
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
7346098895
commit
7562efbe84
3 changed files with 63 additions and 0 deletions
|
@ -392,6 +392,7 @@ public:
|
|||
void push(unsigned n);
|
||||
void pop(unsigned n);
|
||||
void check_sat(unsigned num_assumptions, expr * const * assumptions);
|
||||
void get_consequences(expr_ref_vector const& assumptions, expr_ref_vector const& vars, expr_ref_vector & conseq);
|
||||
void reset_assertions();
|
||||
// display the result produced by a check-sat or check-sat-using commands in the regular stream
|
||||
void display_sat_result(lbool r);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue