mirror of
https://github.com/Z3Prover/z3
synced 2025-04-29 03:45:51 +00:00
fixed interpolation bug
This commit is contained in:
parent
7043386915
commit
d45cbb3cb2
2 changed files with 16 additions and 1 deletions
|
@ -1993,7 +1993,7 @@ namespace Duality {
|
|||
aux_solver.pop(1);
|
||||
Push();
|
||||
FixCurrentStateFull(node->Outgoing);
|
||||
// ConstrainEdgeLocalized(node->Outgoing,!GetAnnotation(node));
|
||||
ConstrainEdgeLocalized(node->Outgoing,!GetAnnotation(node));
|
||||
check_result foo = Check(root);
|
||||
if(foo != unsat)
|
||||
throw "should be unsat";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue