mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
na
This commit is contained in:
parent
43ddb08332
commit
8ce08d57a0
|
@ -1603,7 +1603,7 @@ public:
|
||||||
get_infeasibility_explanation_and_set_conflict();
|
get_infeasibility_explanation_and_set_conflict();
|
||||||
return FC_CONTINUE;
|
return FC_CONTINUE;
|
||||||
case l_undef:
|
case l_undef:
|
||||||
TRACE("arith", tout << "check feasiable is undef\n";);
|
TRACE("arith", tout << "check feasible is undef\n";);
|
||||||
return m.inc() ? FC_CONTINUE : FC_GIVEUP;
|
return m.inc() ? FC_CONTINUE : FC_GIVEUP;
|
||||||
default:
|
default:
|
||||||
UNREACHABLE();
|
UNREACHABLE();
|
||||||
|
|
Loading…
Reference in a new issue