mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
Merge branch 'bvsls' of https://git01.codeplex.com/z3 into bvsls
Conflicts: src/tactic/sls/sls_evaluator.h src/tactic/sls/sls_tactic.cpp src/tactic/sls/sls_tracker.h
This commit is contained in:
commit
eabebedabf
3 changed files with 4 additions and 4 deletions
|
@ -586,7 +586,7 @@ public:
|
|||
#else
|
||||
m_tracker.set_score(cur, m_tracker.score(cur));
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
if (m_tracker.has_uplinks(cur)) {
|
||||
ptr_vector<expr> & ups = m_tracker.get_uplinks(cur);
|
||||
for (unsigned j = 0; j < ups.size(); j++) {
|
||||
|
@ -645,7 +645,7 @@ public:
|
|||
#else
|
||||
m_tracker.set_score(cur, m_tracker.score(cur));
|
||||
#endif
|
||||
#endif
|
||||
#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