public class glp_bfcp 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_bfcp() |
protected |
glp_bfcp(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
protected void |
finalize() |
protected static long |
getCPtr(glp_bfcp obj) |
double |
getEps_tol() |
SWIGTYPE_p_double |
getFoo_bar() |
int |
getLu_size() |
double |
getMax_gro() |
int |
getMsg_lev() |
int |
getNfs_max() |
int |
getNrs_max() |
int |
getPiv_lim() |
double |
getPiv_tol() |
int |
getRs_size() |
int |
getSuhl() |
int |
getType() |
double |
getUpd_tol() |
void |
setEps_tol(double value) |
void |
setFoo_bar(SWIGTYPE_p_double value) |
void |
setLu_size(int value) |
void |
setMax_gro(double value) |
void |
setMsg_lev(int value) |
void |
setNfs_max(int value) |
void |
setNrs_max(int value) |
void |
setPiv_lim(int value) |
void |
setPiv_tol(double value) |
void |
setRs_size(int value) |
void |
setSuhl(int value) |
void |
setType(int value) |
void |
setUpd_tol(double value) |
protected glp_bfcp(long cPtr, boolean cMemoryOwn)
public glp_bfcp()
protected static long getCPtr(glp_bfcp obj)
public void delete()
public void setMsg_lev(int value)
public int getMsg_lev()
public void setType(int value)
public int getType()
public void setLu_size(int value)
public int getLu_size()
public void setPiv_tol(double value)
public double getPiv_tol()
public void setPiv_lim(int value)
public int getPiv_lim()
public void setSuhl(int value)
public int getSuhl()
public void setEps_tol(double value)
public double getEps_tol()
public void setMax_gro(double value)
public double getMax_gro()
public void setNfs_max(int value)
public int getNfs_max()
public void setUpd_tol(double value)
public double getUpd_tol()
public void setNrs_max(int value)
public int getNrs_max()
public void setRs_size(int value)
public int getRs_size()
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 |