ModelBuilderKeyHasConstraints Method

Finalizes the builder and returns the resulting model.

Resulting mathematical model has the given constraints and no objective function (minimize 0).

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public MathModel HasConstraints(
	params Constraint[] constraints
)

Parameters

constraints  Constraint
Constraints of the model.

Return Value

MathModel

See Also