Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Apr 25, 2024
1 parent c85baba commit c27372e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sampler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ void Sampler::simplify()
solver->set_intree_probe(1);
solver->set_full_bve_iter_ratio(appmc->get_var_elim_ratio());
solver->set_full_bve(1);
solver->set_bva(1);
solver->set_distill(1);
solver->set_scc(1);

Expand All @@ -331,7 +330,6 @@ void Sampler::simplify()
solver->set_sls(0);
solver->set_intree_probe(0);
solver->set_full_bve(0);
solver->set_bva(0);
solver->set_distill(0);
//solver->set_scc(0);
}
Expand Down

0 comments on commit c27372e

Please sign in to comment.