Optimization Model Methods
Methods
Add | Adds a binary variable to the collection. |
Add | Adds an integer variable to the collection. |
Add | Adds a binary variable to the collection. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a linear constraint to the optimization model. |
Add | Adds a variable to the collection. |
Add | Adds a variable to the collection. |
Create | Creates linear constraints based on the specified coefficients. |
Create | Creates linear constraints based on the specified coefficients and bounds. |
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 | Serves as the default hash function. (Inherited from Object) |
Get | Gets the solution to the optimization model. |
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. |
OnAdd | Notifies the optimization model that a variable has been added. |
OnRemove | Notifies the optimization model that all constraints has been removed. |
OnRemove | Notifies the optimization model that all variables has been removed. |
OnRemove | Notifies the optimization model that a constraint has been removed. |
OnRemove | Notifies the optimization model that a variable has been removed. |
Solve | Solves the model and returns the solution. |
Solve | Solves the model and returns a report detailing the solution. |
ToString | Returns a string that represents the current object. (Inherited from Object) |