From 2cdbb892e93c3a6556fc4eb989ccd7cab8bfdb63 Mon Sep 17 00:00:00 2001 From: Cristian Cadar Date: Fri, 29 Jul 2016 18:49:26 +0100 Subject: Explicitely making division total in STP. --- lib/Solver/STPSolver.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/Solver') diff --git a/lib/Solver/STPSolver.cpp b/lib/Solver/STPSolver.cpp index 5c49521e..f2500572 100644 --- a/lib/Solver/STPSolver.cpp +++ b/lib/Solver/STPSolver.cpp @@ -98,6 +98,8 @@ STPSolverImpl::STPSolverImpl(bool _useForkedSTP, bool _optimizeDivides) // we restore the old behaviour. vc_setInterfaceFlags(vc, EXPRDELETE, 0); + make_division_total(vc); + vc_registerErrorHandler(::stp_error_handler); if (useForkedSTP) { -- cgit 1.4.1