3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 16:45:31 +00:00

change the type of lar_solver:get_model to a template

Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
Lev Nachmanson 2018-08-13 12:32:12 +08:00
parent a86601f7d2
commit f6291abccb
2 changed files with 0 additions and 3 deletions

View file

@ -2357,8 +2357,6 @@ void lar_solver::set_cut_strategy(unsigned cut_frequency) {
settings().set_hnf_cut_period(100000000);
}
}
} // namespace lp

View file

@ -444,7 +444,6 @@ public:
const vector<std::pair<mpq, unsigned>> & inf_row,
int inf_sign) const;
void get_model(std::unordered_map<var_index, mpq> & variable_values) const;
void get_model_do_not_care_about_diff_vars(std::unordered_map<var_index, mpq> & variable_values) const;