From: Morgan Deters Date: Fri, 29 Nov 2013 16:06:44 +0000 (-0500) Subject: Fix portfolio compile error. X-Git-Tag: cvc5-1.0.0~7230 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ff6d52af155e37e27bcc8a963ecf1c272067e1f2;p=cvc5.git Fix portfolio compile error. --- 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"