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

module PROOF "options/proof_options.h" Proof

option lfscLetification --lfsc-letification bool :default true
 turns on global letification in LFSC proofs

option aggressiveCoreMin --aggressive-core-min bool :default false
 turns on aggressive unsat core minimization (experimental)

option fewerPreprocessingHoles --fewer-preprocessing-holes bool :default false :read-write
  try to eliminate preprocessing holes in proofs

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