public class glp_mpscp extends Object
Please, refer to doc/glpk-java.pdf of the GLPK for Java distribution and to doc/glpk.pdf of the GLPK source distribution for details. You can download the GLPK source distribution from ftp://ftp.gnu.org/gnu/glpk.
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
glp_mpscp() |
protected |
glp_mpscp(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getBlank() |
protected static long |
getCPtr(glp_mpscp obj) |
SWIGTYPE_p_double |
getFoo_bar() |
String |
getObj_name() |
double |
getTol_mps() |
void |
setBlank(int value) |
void |
setFoo_bar(SWIGTYPE_p_double value) |
void |
setObj_name(String value) |
void |
setTol_mps(double value) |
protected glp_mpscp(long cPtr, boolean cMemoryOwn)
public glp_mpscp()
protected static long getCPtr(glp_mpscp obj)
public void delete()
public void setBlank(int value)
public int getBlank()
public void setObj_name(String value)
public String getObj_name()
public void setTol_mps(double value)
public double getTol_mps()
public void setFoo_bar(SWIGTYPE_p_double value)
public SWIGTYPE_p_double getFoo_bar()
This documentation is part of project GLPK for Java.
Group-ID | org.gnu.glpk |
Artifact-ID | glpk-java |
Version | 1.12.0 |