Skip to content

Commit

Permalink
Making it work with the new CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Jan 3, 2024
1 parent fbdb94d commit 3c3d163
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/counter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,14 +353,12 @@ void Counter::simplify()
solver->set_intree_probe(1);
solver->set_full_bve_iter_ratio(conf.var_elim_ratio);
solver->set_full_bve(1);
solver->set_bva(1);
solver->set_scc(1);

solver->simplify();

solver->set_sls(0);
solver->set_full_bve(0);
solver->set_bva(0);
}

//Set up probabilities, threshold and measurements
Expand Down

0 comments on commit 3c3d163

Please sign in to comment.