mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
Moved parameters to the right file. Almost clean.
This commit is contained in:
parent
c441bb4388
commit
9ebfb119db
6 changed files with 52 additions and 52 deletions
|
@ -554,9 +554,7 @@ public:
|
|||
if (m_tracker.is_top_expr(cur))
|
||||
m_tracker.adapt_top_sum(cur, new_score, m_tracker.get_score(cur));
|
||||
m_tracker.set_score(cur, new_score);
|
||||
#if _EARLY_PRUNE_
|
||||
m_tracker.set_score_prune(cur, new_score);
|
||||
#endif
|
||||
|
||||
if (m_tracker.has_uplinks(cur)) {
|
||||
ptr_vector<expr> & ups = m_tracker.get_uplinks(cur);
|
||||
|
@ -599,9 +597,6 @@ public:
|
|||
if (m_tracker.is_top_expr(cur))
|
||||
m_tracker.adapt_top_sum(cur, new_score, m_tracker.get_score(cur));
|
||||
m_tracker.set_score(cur, new_score);
|
||||
#if _EARLY_PRUNE_
|
||||
m_tracker.set_score_prune(cur, new_score);
|
||||
#endif
|
||||
if (m_tracker.has_uplinks(cur)) {
|
||||
ptr_vector<expr> & ups = m_tracker.get_uplinks(cur);
|
||||
for (unsigned j = 0; j < ups.size(); j++) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue