File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -334,6 +334,7 @@ void ebmc_parse_optionst::help()
334
334
" \n " ;
335
335
336
336
std::cout << help_formatter (
337
+ // clang-format off
337
338
" Usage:\t Purpose:\n "
338
339
" \n "
339
340
" {bebmc} [{y-?}] [{y-h}] [{y--help}] \t show help\n "
@@ -365,6 +366,12 @@ void ebmc_parse_optionst::help()
365
366
" {y--number-of-traces} {unumber}\t generate the given number of traces\n "
366
367
" {y--random-seed} {unumber} \t use the given random seed\n "
367
368
" {y--trace-steps} {unumber} \t set the number of random transitions (default: 10 steps)\n "
369
+ " {y--random-trace} \t generate a random trace\n "
370
+ " {y--random-seed} {unumber} \t use the given random seed\n "
371
+ " {y--trace-steps} {unumber} \t set the number of random transitions (default: 10 steps)\n "
372
+ " {y--random-waveform} \t generate a random trace and show it in horizontal form\n "
373
+ " {y--random-seed} {unumber} \t use the given random seed\n "
374
+ " {y--trace-steps} {unumber} \t set the number of random transitions (default: 10 steps)\n "
368
375
" {y--ranking-function} {uf} \t prove a liveness property using given ranking funnction (experimental)\n "
369
376
" {y--property} {uid} \t the liveness property to prove\n "
370
377
" {y--neural-liveness} \t check liveness properties using neural "
@@ -397,5 +404,6 @@ void ebmc_parse_optionst::help()
397
404
" {y--smv-netlist} \t show netlist in SMV format\n "
398
405
" {y--dot-netlist} \t show netlist in DOT format\n "
399
406
" {y--show-trans} \t show transition system\n "
407
+ // clang-format on
400
408
" \n " );
401
409
}
You can’t perform that action at this time.
0 commit comments