summaryrefslogtreecommitdiff
path: root/test/unit/prop
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/prop')
-rw-r--r--test/unit/prop/cnf_stream_white.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/unit/prop/cnf_stream_white.h b/test/unit/prop/cnf_stream_white.h
index bf28e5996..98417c492 100644
--- a/test/unit/prop/cnf_stream_white.h
+++ b/test/unit/prop/cnf_stream_white.h
@@ -69,6 +69,14 @@ public:
return ClauseIdUndef;
}
+ ClauseId addXorClause(SatClause& clause, bool rhs, bool removable) {
+ d_addClauseCalled = true;
+ return ClauseIdUndef;
+ }
+
+ bool nativeXor() { return false; }
+
+
void reset() {
d_addClauseCalled = false;
}
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback