projects
/
satune.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ba8a7
)
Compatibility for SATCheck
author
Hamed Gorjiara
<hgorjiar@uci.edu>
Mon, 6 May 2019 23:08:37 +0000
(16:08 -0700)
committer
Hamed Gorjiara
<hgorjiar@uci.edu>
Mon, 6 May 2019 23:08:37 +0000
(16:08 -0700)
src/csolver.cc
patch
|
blob
|
history
diff --git
a/src/csolver.cc
b/src/csolver.cc
index 1dfe9eb8ec9cf012f9af880c672e62a9ff95c81b..81aeb8e84e12a333b4c6207a0454a830e3c54e8a 100644
(file)
--- a/
src/csolver.cc
+++ b/
src/csolver.cc
@@
-264,7
+264,6
@@
Element *CSolver::getElementConst(VarType type, uint64_t value) {
Element *CSolver::applyFunction(Function *function, Element **array, uint numArrays, BooleanEdge overflowstatus) {
- ASSERT(numArrays == 2);
Element *element = new ElementFunction(function,array,numArrays,overflowstatus);
Element *e = elemMap.get(element);
if (e == NULL) {