MathModelNew Method

Creates a new mathematical model builder.

Definition

Namespace: Orx.MathProg
Assembly: Orx.MathProg (in Orx.MathProg.dll) Version: 1.0.0
C#
public static ModelBuilderKey New(
	string modelName = ""
)

Parameters

modelName  String  (Optional)
Name of the model; or of the modelled problem.

Return Value

ModelBuilderKey

See Also