ModelBuilderKey Structure
Mathematical model builder containing key information.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public readonly struct ModelBuilderKey : IEquatable<ModelBuilderKey>
- Inheritance
- Object ValueType ModelBuilderKey
- Implements
- IEquatableModelBuilderKey
GetType | (Inherited from Object) |
HasConstraints |
Finalizes the builder and returns the resulting model.
Resulting mathematical model has the given constraints and no objective function (minimize 0).
|
Represents |
Adds model definition to the builder.
|
WithObjective |
Adds objective function of the model to the builder.
|