#
# Option specification file for CVC4
# See src/options/base_options for a description of this file format
#

module SETS "options/sets_options.h" Sets

option setsProxyLemmas --sets-proxy-lemmas bool :default false
 introduce proxy variables eagerly to shorten lemmas

option setsInferAsLemmas --sets-infer-as-lemmas bool :default true
 send inferences as lemmas
 
option setsRelEager --sets-rel-eager bool :default true
 standard effort checks for relations
 
option setsExt --sets-ext bool :default false
 enable extended symbols such as complement and universe in theory of sets
 
endmodule
