DotNet Reference
.Net Reference
Variable.cs
Go to the documentation of this file.
23 return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
42 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
89 Solver.BasisStatus ret = (Solver.BasisStatus)operations_research_linear_solverPINVOKE.Variable_BasisStatus(swigCPtr);
void SetBounds(double lb, double ub)
Definition: Variable.cs:79
static double Variable_Lb(global::System.Runtime.InteropServices.HandleRef jarg1)
static string Variable_Name(global::System.Runtime.InteropServices.HandleRef jarg1)
Definition: operations_research_linear_solverPINVOKE.cs:13
void SetInteger(bool integer)
Definition: Variable.cs:52
static void Variable_SetUb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
Solver.BasisStatus BasisStatus()
Definition: Variable.cs:88
static void Variable_SetLb(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2)
static double Variable_Ub(global::System.Runtime.InteropServices.HandleRef jarg1)
static void Variable_SetInteger(global::System.Runtime.InteropServices.HandleRef jarg1, bool jarg2)
static void Variable_SetBounds(global::System.Runtime.InteropServices.HandleRef jarg1, double jarg2, double jarg3)
static double Variable_SolutionValue(global::System.Runtime.InteropServices.HandleRef jarg1)
static int Variable_BasisStatus(global::System.Runtime.InteropServices.HandleRef jarg1)
static void delete_Variable(global::System.Runtime.InteropServices.HandleRef jarg1)
static double Variable_ReducedCost(global::System.Runtime.InteropServices.HandleRef jarg1)
virtual void Dispose(bool disposing)
Definition: Variable.cs:35