11 namespace org.gnu.glpk {
14 private global::System.Runtime.InteropServices.HandleRef swigCPtr;
15 protected bool swigCMemOwn;
18 swigCMemOwn = cMemoryOwn;
19 swigCPtr =
new global::System.Runtime.InteropServices.HandleRef(
this, cPtr);
22 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(
glp_cli_arc_data 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);
45 GLPKPINVOKE.glp_cli_arc_data_cap_set(swigCPtr, value);
49 double ret =
GLPKPINVOKE.glp_cli_arc_data_cap_get(swigCPtr);
57 GLPKPINVOKE.glp_cli_arc_data_cost_set(swigCPtr, value);
61 double ret =
GLPKPINVOKE.glp_cli_arc_data_cost_get(swigCPtr);
69 GLPKPINVOKE.glp_cli_arc_data_low_set(swigCPtr, value);
73 double ret =
GLPKPINVOKE.glp_cli_arc_data_low_get(swigCPtr);
81 GLPKPINVOKE.glp_cli_arc_data_rc_set(swigCPtr, value);
85 double ret =
GLPKPINVOKE.glp_cli_arc_data_rc_get(swigCPtr);
93 GLPKPINVOKE.glp_cli_arc_data_x_set(swigCPtr, value);
97 double ret =
GLPKPINVOKE.glp_cli_arc_data_x_get(swigCPtr);