File tree 4 files changed +0
-6
lines changed
4 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,6 @@ void cbmc_parse_optionst::get_command_line_options(optionst &options)
271
271
if (cmdline.isset (" refine-strings" ))
272
272
{
273
273
options.set_option (" refine-strings" , true );
274
- options.set_option (" string-non-empty" , cmdline.isset (" string-non-empty" ));
275
274
options.set_option (" string-printable" , cmdline.isset (" string-printable" ));
276
275
if (cmdline.isset (" string-max-length" ))
277
276
options.set_option (
@@ -1009,7 +1008,6 @@ void cbmc_parse_optionst::help()
1009
1008
" --z3 use Z3\n "
1010
1009
" --refine use refinement procedure (experimental)\n "
1011
1010
" --refine-strings use string refinement (experimental)\n "
1012
- " --string-non-empty add constraint that strings are non empty (experimental)\n " // NOLINT(*)
1013
1011
" --string-printable add constraint that strings are printable (experimental)\n " // NOLINT(*)
1014
1012
" --string-max-length add constraint on the length of strings\n " // NOLINT(*)
1015
1013
" --string-max-input-length add constraint on the length of input strings\n " // NOLINT(*)
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ class optionst;
44
44
" (no-pretty-names)(beautify)" \
45
45
" (dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)" \
46
46
" (refine-strings)" \
47
- " (string-non-empty)" \
48
47
" (string-printable)" \
49
48
" (string-max-length):" \
50
49
" (string-max-input-length):" \
Original file line number Diff line number Diff line change @@ -246,7 +246,6 @@ void jbmc_parse_optionst::get_command_line_options(optionst &options)
246
246
if (cmdline.isset (" refine-strings" ))
247
247
{
248
248
options.set_option (" refine-strings" , true );
249
- options.set_option (" string-non-empty" , cmdline.isset (" string-non-empty" ));
250
249
options.set_option (" string-printable" , cmdline.isset (" string-printable" ));
251
250
if (cmdline.isset (" string-max-length" ))
252
251
options.set_option (
@@ -910,7 +909,6 @@ void jbmc_parse_optionst::help()
910
909
" --z3 use Z3\n "
911
910
" --refine use refinement procedure (experimental)\n "
912
911
" --refine-strings use string refinement (experimental)\n "
913
- " --string-non-empty add constraint that strings are non empty (experimental)\n " // NOLINT(*)
914
912
" --string-printable add constraint that strings are printable (experimental)\n " // NOLINT(*)
915
913
" --string-max-length add constraint on the length of strings\n " // NOLINT(*)
916
914
" --string-max-input-length add constraint on the length of input strings\n " // NOLINT(*)
Original file line number Diff line number Diff line change @@ -44,7 +44,6 @@ class optionst;
44
44
" (no-pretty-names)(beautify)" \
45
45
" (dimacs)(refine)(max-node-refinement):(refine-arrays)(refine-arithmetic)" \
46
46
" (refine-strings)" \
47
- " (string-non-empty)" \
48
47
" (string-printable)" \
49
48
" (string-max-length):" \
50
49
" (string-max-input-length):" \
You can’t perform that action at this time.
0 commit comments