summaryrefslogtreecommitdiff
path: root/src/main/command_executor_portfolio.cpp
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-09-09 15:26:50 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-09-09 17:21:41 -0400
commit2ed0b432fd9018f55755a1e6293e66540d58e2db (patch)
treec916ec09fdb66a76387184d933f56232052c9435 /src/main/command_executor_portfolio.cpp
parentd565fae2a46460e92cb097760ce9f9a0954b1747 (diff)
Fix portfolio on bug411.smt2. (get-model command should only go to last winner)
Diffstat (limited to 'src/main/command_executor_portfolio.cpp')
-rw-r--r--src/main/command_executor_portfolio.cpp1
1 files changed, 1 insertions, 0 deletions
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<QueryCommand*>(cmd) != NULL) {
mode = 1;
} else if(dynamic_cast<GetValueCommand*>(cmd) != NULL ||
+ dynamic_cast<GetModelCommand*>(cmd) != NULL ||
dynamic_cast<GetAssignmentCommand*>(cmd) != NULL ||
dynamic_cast<GetModelCommand*>(cmd) != NULL ||
dynamic_cast<GetProofCommand*>(cmd) != NULL ||
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback