Fix portfolio compile error.
authorMorgan Deters <mdeters@cs.nyu.edu>
Fri, 29 Nov 2013 16:06:44 +0000 (11:06 -0500)
committerMorgan Deters <mdeters@cs.nyu.edu>
Fri, 29 Nov 2013 16:06:44 +0000 (11:06 -0500)
src/main/driver_unified.cpp

index 3f5e5424e8ac443afcc2bfe457533e8a3bc5d8f7..1922455d6763081d48495cb3deea5b890aa1033c 100644 (file)
@@ -194,7 +194,7 @@ int runCvc4(int argc, char* argv[], Options& opts) {
   pExecutor = new CommandExecutor(*exprMgr, opts);
 # else
   vector<Options> 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"