category = "undocumented"
type = "bool"
-[[alias]]
- category = "undocumented"
- long = "language=L"
- links = ["--lang=L"]
-
-[[alias]]
- category = "undocumented"
- long = "output-language=L"
- links = ["--output-lang=L"]
-
[[option]]
name = "verbosity"
smt_name = "verbosity"
read_only = true
help = "give statistics on exit"
-[[alias]]
- category = "undocumented"
- long = "statistics"
- links = ["--stats"]
-
-[[alias]]
- category = "undocumented"
- long = "no-statistics"
- links = ["--no-stats"]
-
[[option]]
name = "statsEveryQuery"
category = "regular"
read_only = true
help = "in incremental mode, print stats after every satisfiability or validity query"
-[[alias]]
- category = "undocumented"
- long = "statistics-every-query"
- links = ["--stats-every-query"]
-
-[[alias]]
- category = "undocumented"
- long = "no-statistics-every-query"
- links = ["--no-stats-every-query"]
-
[[option]]
name = "statsHideZeros"
category = "regular"
read_only = true
help = "hide statistics which are zero"
-[[alias]]
- category = "undocumented"
- long = "stats-show-zeros"
- links = ["--no-stats-hide-zeros"]
-
-[[alias]]
- category = "undocumented"
- long = "hide-zero-stats"
- links = ["--stats-hide-zeros"]
-
-[[alias]]
- category = "undocumented"
- long = "show-zero-stats"
- links = ["--stats-show-zeros"]
-
[[option]]
name = "parseOnly"
category = "regular"
read_only = true
help = "print exprs to depth N (0 == default, -1 == no limit)"
-[[alias]]
- category = "undocumented"
- long = "expr-depth=N"
- links = ["--default-expr-depth=N"]
-
[[option]]
name = "defaultDagThresh"
smt_name = "default-dag-thresh"
read_only = true
help = "dagify common subexprs appearing > N times (1 == default, 0 == don't dagify)"
-[[alias]]
- category = "undocumented"
- long = "dag-thresh=N"
- links = ["--default-dag-thresh=N"]
-
-[[alias]]
- category = "undocumented"
- long = "dag-threshold=N"
- links = ["--default-dag-thresh=N"]
-
[[option]]
name = "printExprTypes"
category = "regular"
default = "DO_SEMANTIC_CHECKS_BY_DEFAULT"
read_only = true
help = "never type check expressions"
-
-[[alias]]
- category = "undocumented"
- long = "no-type-checking"
- links = ["--no-eager-type-checking"]
alternate = false
help = "identify this CVC4 binary"
-[[alias]]
- category = "undocumented"
- long = "license"
- links = ["--version"]
-
[[option]]
name = "help"
category = "common"
read_only = true
help = "spin on segfault/other crash waiting for gdb"
-[[alias]]
- category = "undocumented"
- long = "segv-nospin"
- links = ["--no-segv-spin"]
-
[[option]]
name = "tearDownIncremental"
category = "expert"
read_only = true
help = "disable ALL semantic checks, including type checks"
-[[alias]]
- category = "undocumented"
- long = "no-checking"
- links = ["--no-type-checking"]
-
[[option]]
name = "globalDeclarations"
smt_name = "global-declarations"
default = "true"
read_only = true
-[[alias]]
- category = "undocumented"
- long = "no-include-file"
- links = ["--no-filesystem-access"]
-
[[option]]
name = "forceLogicString"
smt_name = "force-logic"
name = "batch"
help = "Save up all ASSERTions; run nonclausal simplification and clausal (MiniSat) propagation for all of them only after reaching a querying command (CHECKSAT or QUERY or predicate SUBTYPE declaration)."
-[[alias]]
- category = "regular"
- long = "no-simplification"
- links = ["--simplification=none"]
- help = "turn off all simplification (same as --simplification=none)"
-
[[option]]
name = "doStaticLearning"
category = "regular"
{
char* argv[2];
argv[0] = strdup("");
- argv[1] = strdup("--output-language=ast");
+ argv[1] = strdup("--output-lang=ast");
Options::parseOptions(&opts, 2, argv);
free(argv[0]);
free(argv[1]);
{
char* argv[2];
argv[0] = strdup("");
- argv[1] = strdup("--output-language=ast");
+ argv[1] = strdup("--output-lang=ast");
Options::parseOptions(&opts, 2, argv);
free(argv[0]);
free(argv[1]);