mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 17:15:31 +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
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue