ModelBuilderObjective Structure

Mathematical model builder containing key, definition and objective information.

Definition

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

Constructors

ModelBuilderObjective Mathematical model builder containing key, definition and objective information.

Properties

DefinitionDefinition of the model.
KeyKey of the model.
ObjectiveObjective function of the model.

Methods

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.

See Also