Linear Program Methods
Methods
Add |
Adds a binary variable to the collection.
(Inherited from OptimizationModel) |
Add | Adds a binary variable to the collection. |
Add |
Adds an integer variable to the collection.
(Inherited from OptimizationModel) |
Add | Adds a binary variable to the collection. |
Add |
Adds a binary variable to the collection.
(Inherited from OptimizationModel) |
Add | Adds a binary variable to the collection. |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a linear constraint to the optimization model.
(Inherited from OptimizationModel) |
Add |
Adds a variable to the collection.
(Inherited from OptimizationModel) |
Add | Adds a variable to the collection. |
Add |
Adds a variable to the collection.
(Inherited from OptimizationModel) |
Add | Adds a variable to the collection. |
Create |
Creates linear constraints based on the specified coefficients.
(Inherited from OptimizationModel) |
Create |
Creates linear constraints based on the specified coefficients and bounds.
(Inherited from OptimizationModel) |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
Get | Returns a matrix containing the coefficients of the constraints. |
Get | Gets the solution to the dual problem of the linear program. |
Get | Serves as the default hash function. (Inherited from Object) |
Get | Gets a vector that contains the coefficients of the linear objective function. |
Get |
Gets the solution to the optimization model.
(Inherited from OptimizationModel) |
Get | Gets the Type of the current instance. (Inherited from Object) |
Memberwise | Creates a shallow copy of the current Object. (Inherited from Object) |
OnAdd |
Notifies the optimization model that a constraint has been added.
(Inherited from OptimizationModel) |
OnAdd |
Notifies the optimization model that a variable has been added.
(Inherited from OptimizationModel) |
OnRemove |
Notifies the optimization model that all constraints has been removed.
(Inherited from OptimizationModel) |
OnRemove |
Notifies the optimization model that all variables has been removed.
(Inherited from OptimizationModel) |
OnRemove |
Notifies the optimization model that a constraint has been removed.
(Inherited from OptimizationModel) |
OnRemove |
Notifies the optimization model that a variable has been removed.
(Inherited from OptimizationModel) |
Solve() |
Solves the model and returns the solution.
(Inherited from OptimizationModel) |
Solve( | Solves a linear program with the specified options. |
Solve( | Solves a linear program with the specified options. |
Solve |
Solves the model and returns a report detailing the solution.
(Overrides OptimizationModel.SolveModel()) |
ToString | Returns a string that represents the current object. (Inherited from Object) |