Polarith AI
1.8
◆
AddObjective()
ReadOnlyCollection<T> AddObjective
(
bool
minimized
)
Adds an objective (one row to the problem matrix).
Parameters
minimized
Specifies whether the added objective should be considered for minimization or maximization.
Returns
Read-only reference to the added objective.
Implements
IProblem< T >
.