Skip to content

Commit

Permalink
add lia2card tactic as default #7483
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Dec 21, 2024
1 parent 4f7b6c7 commit 8dec841
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/tactic/smtlogics/qflia_tactic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Module Name:
#include "tactic/arith/add_bounds_tactic.h"
#include "tactic/arith/pb2bv_tactic.h"
#include "tactic/arith/lia2pb_tactic.h"
#include "tactic/arith/lia2card_tactic.h"
#include "tactic/core/ctx_simplify_tactic.h"
#include "tactic/bv/bit_blaster_tactic.h"
#include "tactic/bv/max_bv_sharing_tactic.h"
Expand Down Expand Up @@ -198,6 +199,7 @@ tactic * mk_preamble_tactic(ast_manager& m) {
using_params(mk_ctx_simplify_tactic(m), ctx_simp_p),
using_params(mk_simplify_tactic(m), pull_ite_p),
mk_solve_eqs_tactic(m),
mk_lia2card_tactic(m),
mk_elim_uncnstr_tactic(m));
}

Expand Down

0 comments on commit 8dec841

Please sign in to comment.