public class glp_mpscp
extends java.lang.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() |
java.lang.String |
getObj_name() |
double |
getTol_mps() |
void |
setBlank(int value) |
void |
setFoo_bar(SWIGTYPE_p_double value) |
void |
setObj_name(java.lang.String value) |
void |
setTol_mps(double value) |
protected glp_mpscp(long cPtr, boolean cMemoryOwn)
public glp_mpscp()
protected static long getCPtr(glp_mpscp obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setBlank(int value)
public int getBlank()
public void setObj_name(java.lang.String value)
public java.lang.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()