We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b706f commit 4de9cdbCopy full SHA for 4de9cdb
1 file changed
CadicalWrap.h
@@ -103,7 +103,7 @@ class SimpSolver {
103
public:
104
vec<uint32_t> elimCls;
105
106
- bool witness (const std::vector<int> &cl, const std::vector<int> &witness, int64_t ) {
+ bool witness (const std::vector<int> &cl, const std::vector<int> &witness, uint64_t ) {
107
for (const int w : witness) elimCls.push(toInt(mkLit(abs(w) - 1, w < 0)));
108
elimCls.push(witness.size());
109
for (const int c : cl) elimCls.push(toInt(mkLit(abs(c) - 1, c < 0)));
0 commit comments