summaryrefslogtreecommitdiff
path: root/src/expr/command.h
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2010-11-08 23:15:08 +0000
committerMorgan Deters <mdeters@gmail.com>2010-11-08 23:15:08 +0000
commit438e4336569f90adcb8c994df54bc410f56cde07 (patch)
treeab8d108445c362b017a30553bb7fcfbe84dbe305 /src/expr/command.h
parent15171a8c15cde42914a47f0d1b8bad5ebd6be6e6 (diff)
cleanup, documentation, SMT-LIBv2 compliance
Diffstat (limited to 'src/expr/command.h')
-rw-r--r--src/expr/command.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index 172ddea86..fbb48b6b0 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -196,6 +196,7 @@ public:
class CVC4_PUBLIC SetBenchmarkStatusCommand : public Command {
protected:
+ std::string d_result;
BenchmarkStatus d_status;
public:
SetBenchmarkStatusCommand(BenchmarkStatus status);
@@ -205,6 +206,7 @@ public:
class CVC4_PUBLIC SetBenchmarkLogicCommand : public Command {
protected:
+ std::string d_result;
std::string d_logic;
public:
SetBenchmarkLogicCommand(std::string logic);
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback