summaryrefslogtreecommitdiff
path: root/src/theory/bv/options
blob: cdc02c9adcf530ec2f166ef45db538c2a8ff54d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#
# Option specification file for CVC4
# See src/options/base_options for a description of this file format
#

module BV "theory/bv/options.h" Bitvector theory

option bitvectorEagerBitblast --bitblast-eager bool
 eagerly bitblast the bitvectors to the main SAT solver

option bitvectorShareLemmas --bitblast-share-lemmas bool
 share lemmas from the bitblasting solver with the main solver

option bitvectorEagerFullcheck --bitblast-eager-fullcheck bool
 check the bitblasting eagerly

option bitvectorInequalitySolver --bv-inequality-solver bool
 turn on the inequality solver for the bit-vector theory 

option bitvectorCoreSolver --bv-core-solver bool
 turn on the core solver for the bit-vector theory 
 
endmodule
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback