Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Public Member Functions | |
synchronized void | delete () |
void | setObfuscate (boolean value) |
boolean | getObfuscate () |
void | setLogInvalidNames (boolean value) |
boolean | getLogInvalidNames () |
void | setShowUnusedVariables (boolean value) |
boolean | getShowUnusedVariables () |
void | setMaxLineLength (int value) |
int | getMaxLineLength () |
MPModelExportOptions () | |
Protected Member Functions | |
MPModelExportOptions (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Static Protected Member Functions | |
static long | getCPtr (MPModelExportOptions obj) |
static long | swigRelease (MPModelExportOptions obj) |
Protected Attributes | |
transient boolean | swigCMemOwn |
Export options.
Definition at line 16 of file MPModelExportOptions.java.
|
protected |
Definition at line 20 of file MPModelExportOptions.java.
com.google.ortools.linearsolver.MPModelExportOptions.MPModelExportOptions | ( | ) |
Definition at line 116 of file MPModelExportOptions.java.
synchronized void com.google.ortools.linearsolver.MPModelExportOptions.delete | ( | ) |
Definition at line 46 of file MPModelExportOptions.java.
|
protected |
Definition at line 42 of file MPModelExportOptions.java.
|
staticprotected |
Definition at line 25 of file MPModelExportOptions.java.
boolean com.google.ortools.linearsolver.MPModelExportOptions.getLogInvalidNames | ( | ) |
Whether to log invalid variable and constraint names.
Definition at line 80 of file MPModelExportOptions.java.
int com.google.ortools.linearsolver.MPModelExportOptions.getMaxLineLength | ( | ) |
For .lp files only. Maximum line length in exported files. The default
was chosen so that SCIP can read the files.
Definition at line 112 of file MPModelExportOptions.java.
boolean com.google.ortools.linearsolver.MPModelExportOptions.getObfuscate | ( | ) |
Obfuscates variable and constraint names.
Definition at line 66 of file MPModelExportOptions.java.
boolean com.google.ortools.linearsolver.MPModelExportOptions.getShowUnusedVariables | ( | ) |
For .lp files only. Decides whether variables unused in the objective and
constraints are shown when exported to a file.
Definition at line 96 of file MPModelExportOptions.java.
void com.google.ortools.linearsolver.MPModelExportOptions.setLogInvalidNames | ( | boolean | value | ) |
Whether to log invalid variable and constraint names.
Definition at line 73 of file MPModelExportOptions.java.
void com.google.ortools.linearsolver.MPModelExportOptions.setMaxLineLength | ( | int | value | ) |
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.
void com.google.ortools.linearsolver.MPModelExportOptions.setObfuscate | ( | boolean | value | ) |
Obfuscates variable and constraint names.
Definition at line 59 of file MPModelExportOptions.java.
void com.google.ortools.linearsolver.MPModelExportOptions.setShowUnusedVariables | ( | boolean | value | ) |
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.
|
staticprotected |
Definition at line 29 of file MPModelExportOptions.java.
|
protected |
Definition at line 18 of file MPModelExportOptions.java.