OptimizationModel Properties

Properties

Constraints Gets the collection of constraints for this OptimizationModel.
ExtremumType Gets or sets whether a minimum or a maximum should be computed.
Name Gets or sets the name of the model.
OptimalValue Gets the extreme value of the cost function.
SolutionReport 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.

See Also