projects
/
cvc5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cea2a1
)
Fixed unit test
author
Liana Hadarean
<lianahady@gmail.com>
Wed, 25 May 2016 07:03:53 +0000
(
00:03
-0700)
committer
Liana Hadarean
<lianahady@gmail.com>
Wed, 25 May 2016 07:03:53 +0000
(
00:03
-0700)
test/unit/prop/cnf_stream_white.h
patch
|
blob
|
history
diff --git
a/test/unit/prop/cnf_stream_white.h
b/test/unit/prop/cnf_stream_white.h
index bf28e5996ef46789df6f0953a786e27287d467c9..98417c492865654cc7bc5d903808cb50b4f5aae9 100644
(file)
--- 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;
}