summaryrefslogtreecommitdiff
path: root/src/theory/sets/options
blob: 1c95e78e4b2ef5e38cae0968bd4663b01f13dd7d (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 true
 add lemmas even at regular effort

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