3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 09:05:31 +00:00

more graceful proof checks

This commit is contained in:
Nikolaj Bjorner 2020-11-27 14:40:46 -08:00
parent 6771e44d93
commit 67a8492bd0
3 changed files with 12 additions and 7 deletions

View file

@ -2534,7 +2534,8 @@ namespace smt {
b1->push_justification(ante, numeral(1), coeffs_enabled());
b2->push_justification(ante, numeral(1), coeffs_enabled());
TRACE("arith_conflict", tout << "bound conflict v" << b1->get_var() << "\n";
tout << "bounds: " << b1 << " " << b2 << "\n";);
display_bound(tout, b1, 0);
display_bound(tout, b2, 0););
set_conflict(ante, ante, "farkas");
}