mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
na
This commit is contained in:
parent
43ddb08332
commit
8ce08d57a0
|
@ -1603,7 +1603,7 @@ public:
|
|||
get_infeasibility_explanation_and_set_conflict();
|
||||
return FC_CONTINUE;
|
||||
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;
|
||||
default:
|
||||
UNREACHABLE();
|
||||
|
|
Loading…
Reference in a new issue