mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 00:26:38 +00:00
switch on new viable
This commit is contained in:
parent
6e12c26a79
commit
970a68e749
1 changed files with 1 additions and 1 deletions
|
@ -1161,7 +1161,7 @@ namespace polysat {
|
|||
|
||||
find_t viable::find_viable(pvar v, rational& lo) {
|
||||
rational hi;
|
||||
switch (find_viable2(v, lo, hi)) {
|
||||
switch (find_viable2_new(v, lo, hi)) {
|
||||
case l_true:
|
||||
if (hi < 0) {
|
||||
// fallback solver, treat propagations as decisions for now
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue