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:
parent
6771e44d93
commit
67a8492bd0
3 changed files with 12 additions and 7 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue