OptimizationModel.OnRemoveVariable Method

Notifies the optimization model that a variable has been removed.

Definition

Namespace: Numerics.NET.Optimization
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
protected virtual void OnRemoveVariable(
	DecisionVariable variable
)

Parameters

variable  DecisionVariable
The variable that was removed.

See Also