Skip to content

Commit

Permalink
Fixing cadiback use
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed May 29, 2024
1 parent bdd4677 commit 4f3a3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backbone.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool Solver::backbone_simpl(int64_t orig_max_confl, bool& finished)
}
}
vector<int> ret;
int sat = CadiBack::doit(cnf, ret);
int sat = CadiBack::doit(cnf, conf.verbosity, ret);
if (sat) {
vector<Lit> tmp;
for(const auto& l: ret) {
Expand Down

0 comments on commit 4f3a3e9

Please sign in to comment.