summaryrefslogtreecommitdiff
path: root/src/options/base_options.toml
diff options
context:
space:
mode:
Diffstat (limited to 'src/options/base_options.toml')
-rw-r--r--src/options/base_options.toml23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/options/base_options.toml b/src/options/base_options.toml
index 64d373509..315a38f10 100644
--- a/src/options/base_options.toml
+++ b/src/options/base_options.toml
@@ -203,3 +203,26 @@ public = true
name = "resourceWeightHolder"
category = "undocumented"
type = "std::vector<std::string>"
+
+[[option]]
+ name = "outputTag"
+ short = "o"
+ long = "output=TAG"
+ type = "OutputTag"
+ handler = "enableOutputTag"
+ category = "regular"
+ help = "Enable output tag."
+ help_mode = "Output tags."
+[[option.mode.INST]]
+ name = "inst"
+ help = "print instantiations during solving"
+[[option.mode.SYGUS]]
+ name = "sygus"
+ help = "print enumerated terms and candidates generated by the sygus solver"
+
+# Stores then enabled output tags.
+[[option]]
+ name = "outputTagHolder"
+ category = "undocumented"
+ includes = ["<bitset>"]
+ type = "std::bitset<OutputTag__numValues>"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback