Java Reference
Java Reference
Detailed Description
Export options.
Definition at line 16 of file MPModelExportOptions.java.
Public Member Functions | |
| synchronized void | delete () |
| MPModelExportOptions () | |
| void | setObfuscate (boolean value) |
| Obfuscates variable and constraint names. More... | |
| boolean | getObfuscate () |
| Obfuscates variable and constraint names. More... | |
| void | setLogInvalidNames (boolean value) |
| Whether to log invalid variable and constraint names. More... | |
| boolean | getLogInvalidNames () |
| Whether to log invalid variable and constraint names. More... | |
| void | setShowUnusedVariables (boolean value) |
| For .lp files only. More... | |
| boolean | getShowUnusedVariables () |
| For .lp files only. More... | |
| void | setMaxLineLength (int value) |
| For .lp files only. More... | |
| int | getMaxLineLength () |
| For .lp files only. More... | |
Protected Member Functions | |
| MPModelExportOptions (long cPtr, boolean cMemoryOwn) | |
Constructor & Destructor Documentation
◆ MPModelExportOptions() [1/2]
|
inlineprotected |
Definition at line 20 of file MPModelExportOptions.java.
◆ MPModelExportOptions() [2/2]
|
inline |
Definition at line 44 of file MPModelExportOptions.java.
Member Function Documentation
◆ delete()
|
inline |
Definition at line 34 of file MPModelExportOptions.java.
◆ getLogInvalidNames()
|
inline |
Whether to log invalid variable and constraint names.
Definition at line 72 of file MPModelExportOptions.java.
◆ getMaxLineLength()
|
inline |
For .lp files only.
Maximum line length in exported files. The default
was chosen so that SCIP can read the files.
Definition at line 104 of file MPModelExportOptions.java.
◆ getObfuscate()
|
inline |
Obfuscates variable and constraint names.
Definition at line 58 of file MPModelExportOptions.java.
◆ getShowUnusedVariables()
|
inline |
For .lp files only.
Decides whether variables unused in the objective and
constraints are shown when exported to a file.
Definition at line 88 of file MPModelExportOptions.java.
◆ setLogInvalidNames()
|
inline |
Whether to log invalid variable and constraint names.
Definition at line 65 of file MPModelExportOptions.java.
◆ setMaxLineLength()
|
inline |
For .lp files only.
Maximum line length in exported files. The default
was chosen so that SCIP can read the files.
Definition at line 96 of file MPModelExportOptions.java.
◆ setObfuscate()
|
inline |
Obfuscates variable and constraint names.
Definition at line 51 of file MPModelExportOptions.java.
◆ setShowUnusedVariables()
|
inline |
For .lp files only.
Decides whether variables unused in the objective and
constraints are shown when exported to a file.
Definition at line 80 of file MPModelExportOptions.java.
The documentation for this class was generated from the following file: