summaryrefslogtreecommitdiff
path: root/src/expr
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@gmail.com>2012-04-06 22:06:52 +0000
committerMorgan Deters <mdeters@gmail.com>2012-04-06 22:06:52 +0000
commit7237456b4e2e5a119feacf98f52ec9e55d7a62a5 (patch)
treeea510f4987dadcdbbb361684445419e4939cdf00 /src/expr
parent6a5fb6d945b109921cb9b6117f4ede0b6d110c08 (diff)
* Fix ITEs and functions in CVC language printer.
* Permit "BOOL = BOOL" in CVC language parser (auto-replaced with IFF internally, except in strict mode). * SExpr atoms now can be string-, integer-, or rational-valued. * SmtEngine::setInfo(":status", ...) now properly dumps a SetBenchmarkStatusCommand rather than a SetInfoCommand. * Some dumping fixes (resolves bug 313)
Diffstat (limited to 'src/expr')
-rw-r--r--src/expr/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/expr/command.h b/src/expr/command.h
index 6bb6fba3d..a6f22fe20 100644
--- a/src/expr/command.h
+++ b/src/expr/command.h
@@ -57,7 +57,7 @@ enum BenchmarkStatus {
SMT_UNSATISFIABLE,
/** The status of the benchmark is unknown */
SMT_UNKNOWN
-};
+};/* enum BenchmarkStatus */
std::ostream& operator<<(std::ostream& out,
BenchmarkStatus status) throw() CVC4_PUBLIC;
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback