This page is for an old version of Hexaly Optimizer.
We recommend that you update your version and read the documentation for the
latest stable release.
LSObjectiveDirection Enumeration¶
-
enum
localsolver.
LSObjectiveDirection
¶ Objective directions.
See: LSModel.AddObjective(LSExpression) -
Minimize
¶ Minimization
See: LSModel.Minimize(LSExpression)
-
Maximize
¶ Maximization
See: LSModel.Maximize(LSExpression)
-