mirror of
https://github.com/Z3Prover/z3
synced 2025-05-06 07:15:47 +00:00
Polysat: forbidden intervals updates (#5230)
* Pop assign_eh * Fix scoped_ptr_vector constructors, add detach() * Need to copy the returned lemma * Add test * Basic inequality tests * Return disjunctive lemma to caller
This commit is contained in:
parent
d6e41de344
commit
0c4824f194
9 changed files with 189 additions and 24 deletions
|
@ -22,7 +22,8 @@ namespace polysat {
|
|||
inc_level_i,
|
||||
viable_i,
|
||||
assign_i,
|
||||
just_i
|
||||
just_i,
|
||||
assign_eh_i,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue