File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 12
12
#include < cbmc/cbmc_parse_options.h>
13
13
14
14
#define CEGIS_OPTIONS \
15
- " (cegis)(cegis-seed):(cegis-root):(cegis-targets):(cegis-min-prog-size):(cegis-max-prog-size):(cegis-skolem):(cegis-ranking):" \
16
- " (cegis-max-size):(cegis-statistics)(cegis-show-iterations)(cegis-keep-goto-programs)(cegis-genetic)(cegis-genetic-rounds):(cegis-genetic-popsize):(cegis-tournament-select)" \
17
- " (cegis-genetic-mutation-rate):(cegis-genetic-replace-rate):(cegis-limit-wordsize)(cegis-parallel-verify)(cegis-symex-head-start):" \
15
+ " (cegis)(cegis-seed):(cegis-root):(cegis-targets):" \
16
+ " (cegis-min-prog-size):(cegis-max-prog-size):(cegis-skolem):(cegis-ranking):" \
17
+ " (cegis-max-size):(cegis-statistics)(cegis-show-iterations)" \
18
+ " (cegis-keep-goto-programs)(cegis-genetic)(cegis-genetic-rounds):" \
19
+ " (cegis-genetic-popsize):(cegis-tournament-select)" \
20
+ " (cegis-genetic-mutation-rate):(cegis-genetic-replace-rate):" \
21
+ " (cegis-limit-wordsize)(cegis-parallel-verify)(cegis-symex-head-start):" \
18
22
" (safety)(danger)(jsa)(danger-max-size):(danger-no-ranking)"
19
23
20
24
class cegis_parse_optionst : public cbmc_parse_optionst
@@ -23,6 +27,7 @@ class cegis_parse_optionst: public cbmc_parse_optionst
23
27
cegis_parse_optionst (int argc, const char **argv);
24
28
virtual ~cegis_parse_optionst ()=default ;
25
29
virtual void help ();
30
+
26
31
protected:
27
32
virtual void get_command_line_options (optionst &options);
28
33
virtual int do_bmc (bmct &bmc, const goto_functionst &goto_functions);
You can’t perform that action at this time.
0 commit comments