void SetObjectiveMinimized | ( | int | index, |
bool | minimized | ||
) |
Specifies if an objective is considered to be minimized or maximized.
index | Specifies the objective. |
minimized | true if the objective is to be minimized, false otherwise. |
ArgumentOutOfRangeException | If there is no objective at the specified index . |
Implements IProblem< T >.