mirror of
https://github.com/Z3Prover/z3
synced 2025-06-22 05:43:39 +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:
parent
a86601f7d2
commit
f6291abccb
2 changed files with 0 additions and 3 deletions
|
@ -2357,8 +2357,6 @@ void lar_solver::set_cut_strategy(unsigned cut_frequency) {
|
||||||
settings().set_hnf_cut_period(100000000);
|
settings().set_hnf_cut_period(100000000);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
} // namespace lp
|
} // namespace lp
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -444,7 +444,6 @@ public:
|
||||||
const vector<std::pair<mpq, unsigned>> & inf_row,
|
const vector<std::pair<mpq, unsigned>> & inf_row,
|
||||||
int inf_sign) const;
|
int inf_sign) const;
|
||||||
|
|
||||||
|
|
||||||
void get_model(std::unordered_map<var_index, mpq> & variable_values) 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;
|
void get_model_do_not_care_about_diff_vars(std::unordered_map<var_index, mpq> & variable_values) const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue