fb28f7e32fa761a116bdfef39cfe7c1efaf5cec6
[cvc5.git] / src / theory / strings / options
1 #
2 # Option specification file for CVC4
3 # See src/options/base_options for a description of this file format
4 #
5
6 module STRINGS "theory/strings/options.h" Strings theory
7
8 option stringExp strings-exp --strings-exp bool :default false :read-write
9 experimental features in the theory of strings
10
11 option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate less_equal(2) :predicate-include "smt/smt_engine.h"
12 the strategy of LB rule application: 0-lazy, 1-eager, 2-no
13
14 option stringFMF strings-fmf --strings-fmf bool :default false :read-write
15 the finite model finding used by the theory of strings
16
17 expert-option stringCharCardinality strings-alphabet-card --strings-alphabet-card=N int16_t :default 256 :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
18 the cardinality of the characters used by the theory of strings, default 256
19
20 endmodule