Optimization Model Properties
Properties
| Constraints | Gets the collection of constraints for this OptimizationModel. |
| Extremum | Gets or sets whether a minimum or a maximum should be computed. |
| Name | Gets or sets the name of the model. |
| Optimal | Gets the extreme value of the cost function. |
| Solution | Gets an object that contains information about the solution of the model. |
| Status | Gets the status of the optimization model's solution. |
| Variables | Gets the collection of variables for this OptimizationModel. |