Skip to content

Commit

Permalink
prepare for trim
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner committed Jun 9, 2022
1 parent c584750 commit 828850f
Show file tree
Hide file tree
Showing 5 changed files with 129 additions and 140 deletions.
1 change: 1 addition & 0 deletions src/sat/sat_config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ namespace sat {
m_drat = (m_drat_check_unsat || m_drat_file.is_non_empty_string() || m_drat_check_sat) && p.threads() == 1;
m_drat_binary = p.drat_binary();
m_drat_activity = p.drat_activity();
m_drup_trim = p.drup_trim();
m_dyn_sub_res = p.dyn_sub_res();

// Parameters used in Liang, Ganesh, Poupart, Czarnecki AAAI 2016.
Expand Down
1 change: 1 addition & 0 deletions src/sat/sat_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ namespace sat {
symbol m_drat_file;
bool m_drat_check_unsat;
bool m_drat_check_sat;
bool m_drup_trim;
bool m_drat_activity;

bool m_card_solver;
Expand Down
Loading

0 comments on commit 828850f

Please sign in to comment.