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()
334334 " \n " ;
335335
336336 std::cout << help_formatter (
337+ // clang-format off
337338 " Usage:\t Purpose:\n "
338339 " \n "
339340 " {bebmc} [{y-?}] [{y-h}] [{y--help}] \t show help\n "
@@ -365,6 +366,12 @@ void ebmc_parse_optionst::help()
365366 " {y--number-of-traces} {unumber}\t generate the given number of traces\n "
366367 " {y--random-seed} {unumber} \t use the given random seed\n "
367368 " {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 "
368375 " {y--ranking-function} {uf} \t prove a liveness property using given ranking funnction (experimental)\n "
369376 " {y--property} {uid} \t the liveness property to prove\n "
370377 " {y--neural-liveness} \t check liveness properties using neural "
@@ -397,5 +404,6 @@ void ebmc_parse_optionst::help()
397404 " {y--smv-netlist} \t show netlist in SMV format\n "
398405 " {y--dot-netlist} \t show netlist in DOT format\n "
399406 " {y--show-trans} \t show transition system\n "
407+ // clang-format on
400408 " \n " );
401409}
You can’t perform that action at this time.
0 commit comments