public class glp_iptcp 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_iptcp() |
protected |
glp_iptcp(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(glp_iptcp obj) |
SWIGTYPE_p_double |
getFoo_bar() |
int |
getMsg_lev() |
int |
getOrd_alg() |
void |
setFoo_bar(SWIGTYPE_p_double value) |
void |
setMsg_lev(int value) |
void |
setOrd_alg(int value) |
protected glp_iptcp(long cPtr,
boolean cMemoryOwn)
public glp_iptcp()
protected static long getCPtr(glp_iptcp obj)
public void delete()
public void setMsg_lev(int value)
public int getMsg_lev()
public void setOrd_alg(int value)
public int getOrd_alg()
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 |