summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
blob: 6f4355fb6045b356c6261ee7ec9b309cc23e24eb (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 STRINGS "theory/strings/options.h" Strings theory

option stringCharCardinality strings-alphabet-card --strings-alphabet-card=N int16_t :default 256 :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
 the cardinality of the characters used by the theory of strings, default 256

option stringRegExpUnrollDepth strings-regexp-depth --strings-regexp-depth=N int16_t :default 10 :read-write
 the depth of unrolloing regular expression used by the theory of strings, default 10

option stringFMF strings-fmf --strings-fmf bool :default false :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
 the finite model finding used by the theory of strings

option stringLB strings-lb --strings-lb=N unsigned :default 0 :predicate less_equal(2) :predicate-include "smt/smt_engine.h"
 the strategy of LB rule application: 0-lazy, 1-eager, 2-no

option stringExp strings-exp --strings-exp bool :default false :predicate CVC4::smt::beforeSearch :predicate-include "smt/smt_engine.h"
 experimental features in the theory of strings

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