SimplexModelMinimize Method

Overload List

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.

See Also