mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 11:37:54 +00:00
refactor polysat core / solver interface
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e2165a78ed
commit
cecaf25c6f
6 changed files with 76 additions and 59 deletions
|
@ -97,7 +97,7 @@ namespace polysat {
|
|||
|
||||
if (!p.is_val())
|
||||
return false;
|
||||
VERIFY(!p.is_zero() && !p.is_one()); // evaluation should catch this case
|
||||
SASSERT(!p.is_zero() && !p.is_one()); // evaluation should catch this case
|
||||
|
||||
rational const& M = p.manager().two_to_N();
|
||||
auto& C = c.cs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue