From b3ebc940f521005e232389268177b1200a79616b Mon Sep 17 00:00:00 2001 From: "Hoang M. Le" Date: Wed, 26 Oct 2016 13:17:50 +0200 Subject: remove outdated FIXME (metaSMT-Z3 implements assumption via push/pop) --- lib/Solver/MetaSMTSolver.cpp | 9 --------- 1 file changed, 9 deletions(-) diff --git a/lib/Solver/MetaSMTSolver.cpp b/lib/Solver/MetaSMTSolver.cpp index 6bfd79c1..e1261ad2 100644 --- a/lib/Solver/MetaSMTSolver.cpp +++ b/lib/Solver/MetaSMTSolver.cpp @@ -173,13 +173,6 @@ bool MetaSMTSolverImpl::computeInitialValues( TimerStatIncrementer t(stats::queryTime); assert(_builder); - /* - * FIXME push() and pop() work for Z3 but not for Boolector. - * If using Z3, use push() and pop() and assert constraints. - * If using Boolector, assume constrainsts instead of asserting them. - */ - // push(_meta_solver); - if (!_useForked) { for (ConstraintManager::const_iterator it = query.constraints.begin(), ie = query.constraints.end(); @@ -211,8 +204,6 @@ bool MetaSMTSolverImpl::computeInitialValues( } } - // pop(_meta_solver); - return (success); } -- cgit 1.4.1