summaryrefslogtreecommitdiff
path: root/src/theory/strings/options
blob: 9226f99993d9e2836f195c1425a45d866d3518eb (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# 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 str-alphabet-card --str-alphabet-card=N int16_t :default 256 :read-write
 the cardinality of the characters used by the theory of string, default 256

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