Quadratic Program.On Remove Variable 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.3
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
protected override void OnRemoveVariable(
DecisionVariable variable
)
Parameters
- variable DecisionVariable
- The variable that was removed.