Skip to content

Commit

Permalink
Fixing name
Browse files Browse the repository at this point in the history
  • Loading branch information
msoos committed Feb 4, 2024
1 parent dffbf3c commit 5907616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arjun.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ DLL_PUBLIC SimplifiedCNF Arjun::get_fully_simplified_renumbered_cnf(
if (sparsify) {
str2.clear();
if (arjdata->common.conf.bce) str2+= "occ-bce,";
str2 += string("sparsify,") + str;
str2 += string("oracle-sparsify,") + str;
solver.simplify(&dont_elim, &str2);
}
//one more without sparsify
Expand Down

0 comments on commit 5907616

Please sign in to comment.