19namespace layer1_foundations {
20namespace orbiter_kernel_system {
60 int argc, std::string *argv,
66 cout <<
"create_file_description::read_arguments" << endl;
67 for (i = 0; i < argc; i++) {
68 if (ST.
stringcmp(argv[i],
"-file_mask") == 0) {
71 cout <<
"-file_mask " <<
file_mask << endl;
73 else if (ST.
stringcmp(argv[i],
"-N") == 0) {
76 cout <<
"-N " <<
N << endl;
78 else if (ST.
stringcmp(argv[i],
"-read_cases") == 0) {
83 else if (ST.
stringcmp(argv[i],
"-read_cases_text") == 0) {
92 else if (ST.
stringcmp(argv[i],
"-line") == 0) {
98 else if (ST.
stringcmp(argv[i],
"-line_numeric") == 0) {
104 else if (ST.
stringcmp(argv[i],
"-final_line") == 0) {
109 else if (ST.
stringcmp(argv[i],
"-command") == 0) {
112 cout <<
"-command " <<
command << endl;
114 else if (ST.
stringcmp(argv[i],
"-repeat") == 0) {
126 else if (ST.
stringcmp(argv[i],
"-split") == 0) {
129 cout <<
"-split " <<
split_m << endl;
131 else if (ST.
stringcmp(argv[i],
"-tasks") == 0) {
137 else if (ST.
stringcmp(argv[i],
"-end") == 0) {
138 cout <<
"-end" << endl;
142 cout <<
"create_file_description::read_arguments "
143 "unrecognized option " << argv[i] << endl;
146 cout <<
"create_file_description::read_arguments done" << endl;
153 cout <<
"-file_mask " <<
file_mask << endl;
156 cout <<
"-N " <<
N << endl;
170 cout <<
"-line_numeric " <<
lines[i] << endl;
173 cout <<
"-line " <<
lines[i] << endl;
185 cout <<
"-command " <<
command << endl;
195 cout <<
"-split " <<
split_m << endl;
int read_arguments(int argc, std::string *argv, int verbose_level)
int f_line_numeric[MAX_LINES]
std::string final_lines[MAX_LINES]
int read_cases_column_of_fname
int read_cases_column_of_case
create_file_description()
std::string lines[MAX_LINES]
~create_file_description()
std::string read_cases_fname
the orbiter library for the classification of combinatorial objects