Skip to content

Commit 2f17fec

Browse files
committed
Changing CadicalWrap.h according to the new version of CaDiCaL
1 parent 3d5b65c commit 2f17fec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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, uint64_t ) {
106+
bool witness (const std::vector<int> &cl, const std::vector<int> &witness, int64_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)