public final class MPModelExportOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
MPModelExportOptions() |
protected |
MPModelExportOptions(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(MPModelExportOptions obj) |
boolean |
getLogInvalidNames()
Whether to log invalid variable and constraint names.
|
int |
getMaxLineLength()
For .lp files only.
|
boolean |
getObfuscate()
Obfuscates variable and constraint names.
|
boolean |
getShowUnusedVariables()
For .lp files only.
|
void |
setLogInvalidNames(boolean value)
Whether to log invalid variable and constraint names.
|
void |
setMaxLineLength(int value)
For .lp files only.
|
void |
setObfuscate(boolean value)
Obfuscates variable and constraint names.
|
void |
setShowUnusedVariables(boolean value)
For .lp files only.
|
protected static long |
swigRelease(MPModelExportOptions obj) |
protected MPModelExportOptions(long cPtr, boolean cMemoryOwn)
public MPModelExportOptions()
protected static long getCPtr(MPModelExportOptions obj)
protected static long swigRelease(MPModelExportOptions obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setObfuscate(boolean value)
public boolean getObfuscate()
public void setLogInvalidNames(boolean value)
public boolean getLogInvalidNames()
public void setShowUnusedVariables(boolean value)
public boolean getShowUnusedVariables()
public void setMaxLineLength(int value)
public int getMaxLineLength()
Copyright © 2025. All rights reserved.