From 2ed0b432fd9018f55755a1e6293e66540d58e2db Mon Sep 17 00:00:00 2001 From: Morgan Deters Date: Mon, 9 Sep 2013 15:26:50 -0400 Subject: [PATCH] Fix portfolio on bug411.smt2. (get-model command should only go to last winner) --- src/main/command_executor_portfolio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/command_executor_portfolio.cpp b/src/main/command_executor_portfolio.cpp index 2cdcc344c..918b554f0 100644 --- a/src/main/command_executor_portfolio.cpp +++ b/src/main/command_executor_portfolio.cpp @@ -187,6 +187,7 @@ bool CommandExecutorPortfolio::doCommandSingleton(Command* cmd) dynamic_cast(cmd) != NULL) { mode = 1; } else if(dynamic_cast(cmd) != NULL || + dynamic_cast(cmd) != NULL || dynamic_cast(cmd) != NULL || dynamic_cast(cmd) != NULL || dynamic_cast(cmd) != NULL || -- 2.30.2