3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 17:44:08 +00:00

fix build issues part 4

This commit is contained in:
Nikolaj Bjorner 2017-05-11 08:16:24 -07:00
parent 6e021781cd
commit b9a695633d

View file

@ -231,6 +231,9 @@ void adjust_initial_state() {
break;
case simplex_strategy_enum::tableau_costs:
lean_assert(false); // not implemented
case simplex_strategy_enum::undecided:
adjust_initial_state_for_tableau_rows();
break;
}
}