![]() |
OR-Tools
8.2
|
Export options.
Definition at line 29 of file model_exporter.h.
Public Member Functions | |
MPModelExportOptions () | |
Public Attributes | |
bool | obfuscate = false |
Obfuscates variable and constraint names. More... | |
bool | log_invalid_names = false |
Whether to log invalid variable and constraint names. More... | |
bool | show_unused_variables = false |
For .lp files only. More... | |
int | max_line_length = 10000 |
For .lp files only. More... | |
|
inline |
Definition at line 30 of file model_exporter.h.
bool log_invalid_names = false |
Whether to log invalid variable and constraint names.
Definition at line 35 of file model_exporter.h.
int max_line_length = 10000 |
For .lp files only.
Maximum line length in exported files. The default was chosen so that SCIP can read the files.
Definition at line 47 of file model_exporter.h.
bool obfuscate = false |
Obfuscates variable and constraint names.
Definition at line 33 of file model_exporter.h.
bool show_unused_variables = false |
For .lp files only.
Decides whether variables unused in the objective and constraints are shown when exported to a file.
Definition at line 41 of file model_exporter.h.