mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 23:35:26 +00:00
simplify lar_solver::get_model
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
fa5d10b6dd
commit
0dbe8982ce
4 changed files with 12 additions and 9 deletions
|
@ -29,8 +29,8 @@ namespace nra {
|
|||
scoped_ptr<scoped_anum> m_zero;
|
||||
vector<mon_eq> m_monomials;
|
||||
unsigned_vector m_monomials_lim;
|
||||
mutable std::unordered_map<lp::var_index, rational> m_variable_values; // current model
|
||||
|
||||
mutable vector<rational> m_variable_values; // current model
|
||||
mutable std::unordered_map<lp::var_index, rational> m_term_values;
|
||||
imp(lp::lar_solver& s, reslimit& lim, params_ref const& p):
|
||||
s(s),
|
||||
m_limit(lim),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue