The methods of the LinearProgramming class are listed below. For a complete list of LinearProgramming class members, see the LinearProgramming Members topic.
DualCoeff | Evaluates the coefficients of the linear object function of the dual problem when the primal problem is given. |
DualEqual | Evaluates the equality constraints of the dual problem when the primal problem is given. |
DualInequal | Evaluates the inequality constraints of the dual problem when the primal problem is given. |
DualSensitivity | Performs sensitivity analysis of the primal problem based upon the dual variables. |
DualSolve | Applies the Kunzi-Tzschach-Zehnder Simplex algorithm to find the location of the solution of the dual problem when the primal problem is given. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
FunctionValue | Returns the value of the linear programming object function at the given coordinate values. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
MultiLinearSimplex | Returns the location of the extremum (i.e. minimum or maximum) of a linear programming problem. |
MultiLinearSimplexExplicit | Returns the location of the extremum (i.e. minimum or maximum) of a linear programming problem. |
ScenarioAnalysis | Performs Scenario Analysis on a Linear programming problem by evaluating the value of the extremum (i.e. maximum or minimum) when the coefficients of the linear object function and the constraints are perturbed. |
ScenarioAnalysisCor | Performs Scenario Analysis on a Linear programming problem by evaluating the location of the extremum (i.e. maximum or minimum) when the coefficients of the linear object function and the constraints are perturbed. |
SensitivityGrid | Evaluates the sensitivity grid for a given Linear programming problem. |
SolutionSlack | Provides information about the `tightness' of each inequality with respect to the results provided by the MultiLinearSimplex, or MultiLinearSimplex multi simplex methods. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
LinearProgramming Class | WebCab.COM.Math.Optimization.LinearProgramming Namespace