20namespace layer4_classification {
21namespace poset_classification {
41 int argc, std::string *argv,
45 int f_v = (verbose_level >= 1);
49 cout <<
"poset_classification_report_options::read_arguments" << endl;
51 for (i = 0; i < argc; i++) {
53 if (ST.
stringcmp(argv[i],
"-select_orbits_by_level") == 0) {
57 else if (ST.
stringcmp(argv[i],
"-select_orbits_by_stabilizer_order") == 0) {
61 else if (ST.
stringcmp(argv[i],
"-select_orbits_by_stabilizer_order_multiple_of") == 0) {
65 else if (ST.
stringcmp(argv[i],
"-include_projective_stabilizer") == 0) {
68 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
70 cout <<
"-end" << endl;
75 cout <<
"poset_classification_report_options::read_arguments "
76 "unrecognized option " << argv[i] << endl;
82 cout <<
"poset_classification_report_options::read_arguments done" << endl;
103 cout <<
"-include_projective_stabilizer" << endl;
int f_select_orbits_by_stabilizer_order
int is_selected_by_group_order(long int so)
int select_orbits_by_level_level
int f_select_orbits_by_stabilizer_order_multiple_of
~poset_classification_report_options()
int f_include_projective_stabilizer
int select_orbits_by_stabilizer_order_so_multiple_of
int select_orbits_by_stabilizer_order_so
int read_arguments(int argc, std::string *argv, int verbose_level)
int f_select_orbits_by_level
poset_classification_report_options()
the orbiter library for the classification of combinatorial objects