Skip to content

Commit 85fb6f5

Browse files
disable ackermannize on goal
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent ff3cff0 commit 85fb6f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/opt/opt_context.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,8 @@ namespace opt {
805805
and_then(mk_simplify_tactic(m, m_params),
806806
mk_propagate_values_tactic(m),
807807
mk_solve_eqs_tactic(m),
808-
mk_ackermannize_bv_tactic(m, m_params),
808+
// NB: cannot ackermannize because max/min objectives would disappear
809+
// mk_ackermannize_bv_tactic(m, m_params),
809810
// NB: mk_elim_uncstr_tactic(m) is not sound with soft constraints
810811
mk_simplify_tactic(m));
811812
opt_params optp(m_params);

0 commit comments

Comments
 (0)