Java Reference

Java Reference

MPModelExportOptions

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]

MPModelExportOptions ( long  cPtr,
boolean  cMemoryOwn 
)
inlineprotected

Definition at line 20 of file MPModelExportOptions.java.

◆ MPModelExportOptions() [2/2]

Definition at line 44 of file MPModelExportOptions.java.

Member Function Documentation

◆ delete()

synchronized void delete ( )
inline

Definition at line 34 of file MPModelExportOptions.java.

◆ getLogInvalidNames()

boolean getLogInvalidNames ( )
inline

Whether to log invalid variable and constraint names.

Definition at line 72 of file MPModelExportOptions.java.

◆ getMaxLineLength()

int 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()

boolean getObfuscate ( )
inline

Obfuscates variable and constraint names.

Definition at line 58 of file MPModelExportOptions.java.

◆ getShowUnusedVariables()

boolean 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()

void setLogInvalidNames ( boolean  value)
inline

Whether to log invalid variable and constraint names.

Definition at line 65 of file MPModelExportOptions.java.

◆ setMaxLineLength()

void setMaxLineLength ( int  value)
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()

void setObfuscate ( boolean  value)
inline

Obfuscates variable and constraint names.

Definition at line 51 of file MPModelExportOptions.java.

◆ setShowUnusedVariables()

void setShowUnusedVariables ( boolean  value)
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: