Click or drag to resize

SimplexModelMinimize Method

Overload List
 NameDescription
Public methodStatic memberMinimize(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.
Public methodStatic memberMinimize(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.
Public methodStatic memberMinimize(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.
Public methodStatic memberMinimize(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.
Top
See Also