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.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/options/base_options.toml b/src/options/base_options.toml
index 43060bc54..65eeda3ae 100644
--- a/src/options/base_options.toml
+++ b/src/options/base_options.toml
@@ -99,7 +99,6 @@ header = "options/base_options.h"
long = "stats-every-query"
type = "bool"
default = "false"
- links = ["--stats"]
read_only = true
help = "in incremental mode, print stats after every satisfiability or validity query"
@@ -155,9 +154,3 @@ header = "options/base_options.h"
notifies = ["notifyPrintSuccess"]
read_only = true
help = "print the \"success\" output required of SMT-LIBv2"
-
-[[alias]]
- category = "regular"
- long = "smtlib-strict"
- links = ["--lang=smt2", "--output-lang=smt2", "--strict-parsing", "--default-expr-depth=-1", "--print-success", "--incremental", "--abstract-values"]
- help = "SMT-LIBv2 compliance mode (implies other options)"
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback