-
Notifications
You must be signed in to change notification settings - Fork 31
Miscellaneous usage of the -F option #301
Copy link
Copy link
Open
Description
In src/msolve/main.c, It is written that
Lines 101 to 102 in 754adb7
| fprintf(stdout, "\nAdvanced options:\n\n"); | |
| display_option_help('F', "", "FILE", "File name encoding parametrizations in binary format.\n\n"); |
However, I haven't found any examples in the repo using that option. Even worse, calling msolve with -F gives me segfaults for all entries I tried. From what I've read, the filename is supposed to be written to files->bin_file, which is then used... nowhere?
Line 539 in 754adb7
| get_data_from_file(files->in_file, &nr_vars, &field_char, &nr_gens, gens); |
Or could someone explain to me how to use this option correctly?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels