summaryrefslogtreecommitdiff
path: root/src/theory/sets/options
blob: 6f4b5129d77cd44365b1ee415bcb93d490bcd0bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# 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

expert-option setsCare1 --sets-care1 bool :default false
 generate one lemma at a time for care graph

option setsPropFull --sets-prop-full bool :default true
 additional propagation at full effort

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