ModelBuilderDefinition Structure
Mathematical model builder containing key and definition information.
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public readonly struct ModelBuilderDefinition : IEquatable<ModelBuilderDefinition>
- Inheritance
- Object ValueType ModelBuilderDefinition
- Implements
- IEquatableModelBuilderDefinition
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).
|
WithObjective |
Adds objective function of the model to the builder.
|