public class glp_prob 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_prob() |
protected |
glp_prob(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
protected void |
finalize() |
SWIGTYPE_p_double |
get_opaque_prob() |
protected static long |
getCPtr(glp_prob obj) |
void |
set_opaque_prob(SWIGTYPE_p_double value) |
protected glp_prob(long cPtr,
boolean cMemoryOwn)
public glp_prob()
protected static long getCPtr(glp_prob obj)
public void delete()
public void set_opaque_prob(SWIGTYPE_p_double value)
public SWIGTYPE_p_double get_opaque_prob()
This documentation is part of project GLPK for Java.
| Group-ID | org.gnu.glpk |
| Artifact-ID | glpk-java |
| Version | 1.0.27 |