11 namespace org.gnu.glpk {
13 public class glp_bfcp : global::System.IDisposable {
14 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
15 protected bool swigCMemOwn;
17 internal glp_bfcp(global::System.IntPtr cPtr,
bool cMemoryOwn) {
18 swigCMemOwn = cMemoryOwn;
19 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
22 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
glp_bfcp obj) {
23 return (obj == null) ?
new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
30 public virtual void Dispose() {
32 if (swigCPtr.Handle != global::System.IntPtr.Zero) {
37 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
39 global::System.GC.SuppressFinalize(
this);
49 int ret =
GLPKPINVOKE.glp_bfcp_msg_lev_get(swigCPtr);
73 int ret =
GLPKPINVOKE.glp_bfcp_lu_size_get(swigCPtr);
79 public double piv_tol {
85 double ret =
GLPKPINVOKE.glp_bfcp_piv_tol_get(swigCPtr);
97 int ret =
GLPKPINVOKE.glp_bfcp_piv_lim_get(swigCPtr);
115 public double eps_tol {
121 double ret =
GLPKPINVOKE.glp_bfcp_eps_tol_get(swigCPtr);
127 public double max_gro {
133 double ret =
GLPKPINVOKE.glp_bfcp_max_gro_get(swigCPtr);
145 int ret =
GLPKPINVOKE.glp_bfcp_nfs_max_get(swigCPtr);
151 public double upd_tol {
157 double ret =
GLPKPINVOKE.glp_bfcp_upd_tol_get(swigCPtr);
169 int ret =
GLPKPINVOKE.glp_bfcp_nrs_max_get(swigCPtr);
181 int ret =
GLPKPINVOKE.glp_bfcp_rs_size_get(swigCPtr);
193 global::System.IntPtr cPtr =
GLPKPINVOKE.glp_bfcp_foo_bar_get(swigCPtr);