ModelBuilderDefinitionHasConstraints Method
Finalizes the builder and returns the resulting model.
Resulting mathematical model has the given constraints and no objective function (minimize 0).
Namespace: Orx.MathProgAssembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
public MathModel HasConstraints(
params Constraint[] constraints
)
- constraints Constraint
- Constraints of the model.
MathModel