3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-29 03:45:51 +00:00

fixed interpolation bug

This commit is contained in:
Ken McMillan 2013-12-10 16:26:35 -08:00
parent 7043386915
commit d45cbb3cb2
2 changed files with 16 additions and 1 deletions

View file

@ -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";