public readonly struct ModelBuilderObjective : IEquatable<ModelBuilderObjective>| ModelBuilderObjective | Mathematical model builder containing key, definition and objective information. |
| Definition | Definition of the model. |
| Key | Key of the model. |
| Objective | Objective function of the model. |
| GetType | (Inherited from Object) |
| HasConstraints |
Finalizes the builder and returns the resulting model.
Resulting mathematical model has the given constraints. |
| HasNoConstraints |
Finalizes the builder and returns the resulting model.
Resulting mathematical model is unconstrained. |