Skip to content

Commit 2fb8552

Browse files
committed
Update anf.cpp
1 parent 9ca6435 commit 2fb8552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/anf.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -630,7 +630,7 @@ bool ANF::updateEquations(size_t eq_idx, const BoolePolynomial newpoly,
630630
poly = newpoly;
631631

632632
if (poly.isConstant()) {
633-
//Check UNSAT
633+
// Check UNSAT
634634
if (poly.isOne()) {
635635
replacer->setNOTOK();
636636
cout << "Replacer NOT OK" << endl;

0 commit comments

Comments
 (0)