Skip to content

Commit 0af249d

Browse files
'na
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent f90439f commit 0af249d

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

src/smt/theory_lra.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2005,11 +2005,6 @@ class theory_lra::imp {
20052005
}
20062006

20072007
bool can_propagate() {
2008-
#if 0
2009-
if (ctx().at_base_level() && has_delayed_constraints()) {
2010-
// we could add the delayed constraints here directly to the tableau instead of using bounds variables.
2011-
}
2012-
#endif
20132008
return m_asserted_atoms.size() > m_asserted_qhead;
20142009
}
20152010

src/tactic/core/elim_uncnstr_tactic.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ class elim_uncnstr_tactic : public tactic {
9393
}
9494

9595
v = m().mk_fresh_const(nullptr, m().get_sort(t));
96+
std::cout << mk_pp(t, m()) << " -> " << mk_pp(v, m()) << "\n";
9697
TRACE("elim_uncnstr_bug", tout << "eliminating:\n" << mk_ismt2_pp(t, m()) << "\n";);
9798
TRACE("elim_uncnstr_bug_ll", tout << "eliminating:\n" << mk_bounded_pp(t, m()) << "\n";);
9899
m_fresh_vars.push_back(v);

0 commit comments

Comments
 (0)