Skip to content

Commit 4de9cdb

Browse files
committed
Small corrections to the last commit
1 parent 49b706f commit 4de9cdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CadicalWrap.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class SimpSolver {
103103
public:
104104
vec<uint32_t> elimCls;
105105
public:
106-
bool witness (const std::vector<int> &cl, const std::vector<int> &witness, int64_t ) {
106+
bool witness (const std::vector<int> &cl, const std::vector<int> &witness, uint64_t ) {
107107
for (const int w : witness) elimCls.push(toInt(mkLit(abs(w) - 1, w < 0)));
108108
elimCls.push(witness.size());
109109
for (const int c : cl) elimCls.push(toInt(mkLit(abs(c) - 1, c < 0)));

0 commit comments

Comments
 (0)