From ff6d52af155e37e27bcc8a963ecf1c272067e1f2 Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Fri, 29 Nov 2013 11:06:44 -0500 Subject: [PATCH] Fix portfolio compile error. --- src/main/driver_unified.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/driver_unified.cpp b/src/main/driver_unified.cpp index 3f5e5424e..1922455d6 100644 --- a/src/main/driver_unified.cpp +++ b/src/main/driver_unified.cpp @@ -194,7 +194,7 @@ int runCvc4(int argc, char* argv[], Options& opts) { pExecutor = new CommandExecutor(*exprMgr, opts); # else vector threadOpts = parseThreadSpecificOptions(opts); - if(opts.wasSetByUser[options::incrementalSolving] && + if(opts.wasSetByUser(options::incrementalSolving) && opts[options::incrementalSolving] && !opts[options::incrementalParallel]) { Notice() << "Notice: In --incremental mode, using the sequential solver unless forced by...\n" -- 2.30.2