mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 22:23:22 +00:00
build fix
This commit is contained in:
parent
83023c7211
commit
71e5f03b44
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ class sls_tracker {
|
||||||
mpz m_zero, m_one, m_two;
|
mpz m_zero, m_one, m_two;
|
||||||
|
|
||||||
struct value_score {
|
struct value_score {
|
||||||
value_score() : m(0), value(unsynch_mpz_manager::mk_z(0)), score(0.0), distance(0), score_prune(0.0), has_pos_occ(0), has_neg_occ(0), touched(1) {};
|
value_score() : m(0), value(unsynch_mpz_manager::mk_z(0)), score(0.0), score_prune(0.0), has_pos_occ(0), has_neg_occ(0), distance(0), touched(1) {};
|
||||||
~value_score() { if (m) m->del(value); }
|
~value_score() { if (m) m->del(value); }
|
||||||
unsynch_mpz_manager * m;
|
unsynch_mpz_manager * m;
|
||||||
mpz value;
|
mpz value;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue