mirror of
https://github.com/Z3Prover/z3
synced 2025-05-11 09:44:43 +00:00
Make a few variables private
This commit is contained in:
parent
f5e6a18015
commit
a6e103dd36
5 changed files with 24 additions and 21 deletions
|
@ -998,9 +998,8 @@ namespace smt {
|
|||
}
|
||||
|
||||
template<typename Ext>
|
||||
inf_eps_rational<inf_rational> theory_arith<Ext>::get_objective_value(theory_var v) {
|
||||
inf_eps_rational<inf_rational> val(m_objective_value);
|
||||
return val;
|
||||
inf_eps_rational<inf_rational> theory_arith<Ext>::get_objective_value(theory_var v) {
|
||||
return inf_eps_rational<inf_rational>(m_objective_value);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue