summaryrefslogtreecommitdiff
path: root/src/theory/sets/options
blob: ac040881a63b7d2d91739c1c369efe60eb0503ea (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

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

option setsPropFull --sets-prop-full bool :default false
 agressive propagation

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