3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-08 10:25:18 +00:00
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2018-06-11 23:31:52 -07:00 committed by Arie Gurfinkel
parent 5dc2b7172d
commit 8da84ec69e

View file

@ -248,7 +248,6 @@ namespace qe {
case l_true:
return l_true;
case l_false:
std::cout << lits << "\n";
a.block(lits);
itps.push_back(mk_not(mk_and(lits)));
break;