mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +00:00
fixes to consequence generation and cancellation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0e9758a211
commit
c5dd441947
9 changed files with 58 additions and 56 deletions
|
@ -1356,6 +1356,8 @@ namespace smt {
|
|||
|
||||
expr_ref antecedent2fml(uint_set const& ante);
|
||||
|
||||
literal mk_diseq(expr* v, expr* val);
|
||||
|
||||
void validate_consequences(expr_ref_vector const& assumptions, expr_ref_vector const& vars,
|
||||
expr_ref_vector const& conseq, expr_ref_vector const& unfixed);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue