mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 03:04:44 +00:00
preparing for inf extension of arithmetic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
0b65aa83e8
commit
5106c74b3e
5 changed files with 8 additions and 7 deletions
|
@ -432,7 +432,7 @@ 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;
|
||||
inf_eps_rational<inf_rational> m_objective_value;
|
||||
|
||||
// backtracking
|
||||
svector<bound_trail> m_bound_trail;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue