summaryrefslogtreecommitdiff
path: root/src/options
diff options
context:
space:
mode:
authorHaniel Barbosa <hanielbbarbosa@gmail.com>2019-08-03 10:40:36 -0500
committerGitHub <noreply@github.com>2019-08-03 10:40:36 -0500
commitfbc61a7bbe75c99b29cd238f552c18542deb5c32 (patch)
tree166797b0e81f10b7c66fd04b10fc04c5f3fb8e69 /src/options
parent5001fa069ab42134333244b3f27c852724cea3e2 (diff)
Collapse @ chains in SMT2 printer (#3140)
Diffstat (limited to 'src/options')
-rw-r--r--src/options/printer_options.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/options/printer_options.toml b/src/options/printer_options.toml
index 89ae3b559..c1871259c 100644
--- a/src/options/printer_options.toml
+++ b/src/options/printer_options.toml
@@ -21,3 +21,11 @@ header = "options/printer_options.h"
handler = "stringToInstFormatMode"
includes = ["options/printer_modes.h"]
help = "print format mode for instantiations, see --inst-format=help"
+
+[[option]]
+ name = "flattenHOChains"
+ category = "regular"
+ long = "flatten-ho-chains"
+ type = "bool"
+ default = "false"
+ help = "print (binary) application chains in a flattened way, e.g. (a b c) rather than ((a b) c)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback