summaryrefslogtreecommitdiff
path: root/src/options/theory_options.toml
blob: 2b1f7507283d9f941e0fb7445f2dd8eee1fd2f75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
id     = "THEORY"
name   = "Theory layer"
header = "options/theory_options.h"

[[option]]
  name       = "theoryOfMode"
  smt_name   = "theoryof-mode"
  category   = "expert"
  long       = "theoryof-mode=MODE"
  type       = "CVC4::theory::TheoryOfMode"
  default    = "CVC4::theory::THEORY_OF_TYPE_BASED"
  handler    = "stringToTheoryOfMode"
  includes   = ["options/theoryof_mode.h"]
  help       = "mode for Theory::theoryof()"

[[option]]
  name       = "useTheoryList"
  smt_name   = "use-theory"
  category   = "regular"
  long       = "use-theory=NAME"
  type       = "std::string"
  handler    = "handleUseTheoryList"
  notifies   = ["notifyUseTheoryList"]
  read_only  = true
  help       = "use alternate theory implementation NAME (--use-theory=help for a list). This option may be repeated or a comma separated list."
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback