3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-20 02:00:22 +00:00

separate the gomory cut functionality in a separate file

Signed-off-by: Lev <levnach@hotmail.com>
This commit is contained in:
Lev 2018-09-14 17:12:49 -07:00
parent 26764b076f
commit 324396e403
7 changed files with 284 additions and 232 deletions

View file

@ -1645,6 +1645,7 @@ void lar_solver::push_and_register_term(lar_term* t) {
// terms
var_index lar_solver::add_term(const vector<std::pair<mpq, var_index>> & coeffs,
const mpq &m_v) {
TRACE("add_term_lar_solver", print_linear_combination_of_column_indices(coeffs, tout););
if (strategy_is_undecided())
return add_term_undecided(coeffs, m_v);