3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-16 05:48:44 +00:00

return a value from pivot_column_general

Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
Lev Nachmanson 2017-07-06 10:59:20 -07:00
parent b21741cccd
commit 2e95a9d6b2

View file

@ -944,6 +944,7 @@ template <typename T, typename X> bool lp_core_solver_base<T, X>::pivot_column_g
} else { // the tableau case } else { // the tableau case
return pivot_column_tableau(j, row_index); return pivot_column_tableau(j, row_index);
} }
return true;
} }
template <typename T, typename X> void lp_core_solver_base<T, X>::pivot_fixed_vars_from_basis() { template <typename T, typename X> void lp_core_solver_base<T, X>::pivot_fixed_vars_from_basis() {