We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d5b65c commit 2f17fecCopy full SHA for 2f17fec
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, uint64_t ) {
+ bool witness (const std::vector<int> &cl, const std::vector<int> &witness, int64_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