public class SimplexModel
SimplexModel(DVector, Matrix, DVector) | Initializes a new instance of the SimplexModel class. |
SimplexModel(DVector, Matrix, DVector, NVector) | Initializes a new instance of the SimplexModel class. |
SimplexModel(DVector, Matrix, DVector, Int32) | Initializes a new instance of the SimplexModel class. |
SimplexModel(DVector, Matrix, DVector, NVector, String) | Initializes and solves a new instance of the SimplexModel class. |
Labels | The name of the variables. |
Objective | Objective function coefficients. |
Value | Gets the value of the objective function at the optimal solution. |
Weights | Weights of variables in the optimal solution. |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
Minimize(DVector, Matrix, DVector) | Initializes and solves a new instance of the SimplexModel class assuming that we want to minimize the objective function instead of maximizing it. |
Minimize(DVector, Matrix, DVector, NVector) | Initializes and solves a new instance of the SimplexModel class assuming that we want to minimize the objective function instead of maximizing it. |
Minimize(DVector, Matrix, DVector, Int32) | Initializes and solves a new instance of the SimplexModel class assuming that we want to minimize the objective function instead of maximizing it. |
Minimize(DVector, Matrix, DVector, NVector, String) | Initializes and solves a new instance of the SimplexModel class assuming that we want to minimize the objective function instead of maximizing it. |
ToString | Gets a textual representation of the model. (Overrides ObjectToString) |