ModelBuilderKey Structure

Mathematical model builder containing key information.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public readonly struct ModelBuilderKey : IEquatable<ModelBuilderKey>
Inheritance
Object    ValueType    ModelBuilderKey
Implements
IEquatableModelBuilderKey

Constructors

ModelBuilderKey Mathematical model builder containing key information.

Properties

KeyKey of the model.

Methods

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.

See Also