mirror of
https://github.com/Z3Prover/z3
synced 2025-04-14 21:08:46 +00:00
return a value from pivot_column_general
Signed-off-by: Lev Nachmanson <levnach@microsoft.com>
This commit is contained in:
parent
b21741cccd
commit
2e95a9d6b2
|
@ -944,6 +944,7 @@ template <typename T, typename X> bool lp_core_solver_base<T, X>::pivot_column_g
|
|||
} else { // the tableau case
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue