Skip to content

Commit

Permalink
Sparsify & vivify is not needed for E I think
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Nov 21, 2023
1 parent a407380 commit 49bcf1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -570,7 +570,7 @@ int main(int argc, char** argv)
sampling_vars , orig_sampling_set_size, empty_occ_sampl_vars);
if (with_e) {
const auto ret = arjun->get_fully_simplified_renumbered_cnf(
sampling_vars, true, true, true, 2, 2, true, false);
sampling_vars, false, false, false, 2, 2, true, false);
appmc->new_vars(ret.nvars);
for(const auto& cl: ret.cnf) appmc->add_clause(cl);
for(const auto& cl: ret.red_cnf) appmc->add_red_clause(cl);
Expand Down

0 comments on commit 49bcf1e

Please sign in to comment.