summaryrefslogtreecommitdiff
path: root/src/theory/sets/options
blob: dc6c6e907c524bdd3064a1d28cf565c208d00896 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# Option specification file for CVC4
# See src/options/base_options for a description of this file format
#

module SETS "theory/sets/options.h" Sets

option setsPropagate --sets-propagate bool :default true
 determines whether to propagate learnt facts to Theory Engine / SAT solver

option setsEagerLemmas --sets-eager-lemmas bool :default false
 if true, will add lemmas even if not at FULL_EFFORT

endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback