From 0097f3d8e023e8ac1158436fe9aac33f93681f8d Mon Sep 17 00:00:00 2001 From: Hamed Gorjiara Date: Mon, 6 May 2019 16:08:37 -0700 Subject: [PATCH] Compatibility for SATCheck --- src/csolver.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/src/csolver.cc b/src/csolver.cc index 1dfe9eb..81aeb8e 100644 --- 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) { -- 2.34.1