OptimizationModel.OnAddConstraint Method

Notifies the optimization model that a constraint has been added.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected void OnAddConstraint(
	Constraint constraint
)

Parameters

constraint  Constraint
The constraint that was added.

See Also