public class glp_graph 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_graph() |
protected |
glp_graph(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
int |
getA_size() |
protected static long |
getCPtr(glp_graph obj) |
SWIGTYPE_p_void |
getIndex() |
int |
getNa() |
String |
getName() |
int |
getNv_max() |
int |
getNv() |
SWIGTYPE_p_void |
getPool() |
int |
getV_size() |
SWIGTYPE_p_p_glp_vertex |
getV() |
void |
setA_size(int value) |
void |
setIndex(SWIGTYPE_p_void value) |
void |
setNa(int value) |
void |
setName(String value) |
void |
setNv_max(int value) |
void |
setNv(int value) |
void |
setPool(SWIGTYPE_p_void value) |
void |
setV_size(int value) |
void |
setV(SWIGTYPE_p_p_glp_vertex value) |
protected glp_graph(long cPtr, boolean cMemoryOwn)
public glp_graph()
protected static long getCPtr(glp_graph obj)
public void delete()
public void setPool(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getPool()
public void setName(String value)
public String getName()
public void setNv_max(int value)
public int getNv_max()
public void setNv(int value)
public int getNv()
public void setNa(int value)
public int getNa()
public void setV(SWIGTYPE_p_p_glp_vertex value)
public SWIGTYPE_p_p_glp_vertex getV()
public void setIndex(SWIGTYPE_p_void value)
public SWIGTYPE_p_void getIndex()
public void setV_size(int value)
public int getV_size()
public void setA_size(int value)
public int getA_size()
This documentation is part of project GLPK for Java.
Group-ID | org.gnu.glpk |
Artifact-ID | glpk-java |
Version | 1.12.0 |