summaryrefslogtreecommitdiff
path: root/src/printer/cvc
diff options
context:
space:
mode:
authorMorgan Deters <mdeters@cs.nyu.edu>2013-03-21 14:04:35 -0400
committerMorgan Deters <mdeters@cs.nyu.edu>2013-03-21 14:28:24 -0400
commit16215e6e021c0fb24a6237126e17c89485dfc012 (patch)
tree484f927a27af4d26c616d5982e0b0ce2497eaad7 /src/printer/cvc
parent118e998b926870e817cd57c49b91fdb27948e828 (diff)
Some model and printing fixes for defined functions in input.
Diffstat (limited to 'src/printer/cvc')
-rw-r--r--src/printer/cvc/cvc_printer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/printer/cvc/cvc_printer.cpp b/src/printer/cvc/cvc_printer.cpp
index 0206c4252..2cfeaafc1 100644
--- a/src/printer/cvc/cvc_printer.cpp
+++ b/src/printer/cvc/cvc_printer.cpp
@@ -764,10 +764,10 @@ void CvcPrinter::toStream(std::ostream& out, const Command* c,
tryToStream<DeclarationSequence>(out, c) ||
tryToStream<CommandSequence>(out, c) ||
tryToStream<DeclareFunctionCommand>(out, c) ||
- tryToStream<DefineFunctionCommand>(out, c) ||
tryToStream<DeclareTypeCommand>(out, c) ||
tryToStream<DefineTypeCommand>(out, c) ||
tryToStream<DefineNamedFunctionCommand>(out, c) ||
+ tryToStream<DefineFunctionCommand>(out, c) ||
tryToStream<SimplifyCommand>(out, c) ||
tryToStream<GetValueCommand>(out, c) ||
tryToStream<GetModelCommand>(out, c) ||
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback