mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 14:33:56 +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
|
@ -432,6 +432,8 @@ namespace smt {
|
|||
bool m_eager_gcd; // true if gcd should be applied at every add_row
|
||||
unsigned m_final_check_idx;
|
||||
|
||||
inf_rational m_objective_value;
|
||||
|
||||
// backtracking
|
||||
svector<bound_trail> m_bound_trail;
|
||||
svector<unsigned> m_unassigned_atoms_trail;
|
||||
|
@ -997,8 +999,7 @@ namespace smt {
|
|||
virtual theory_var add_objective(app* term);
|
||||
virtual inf_eps_rational<inf_rational> get_objective_value(theory_var v);
|
||||
virtual expr* block_lower_bound(theory_var v, inf_rational const& val);
|
||||
inf_rational m_objective_value;
|
||||
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
// Pretty Printing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue