Method called by CPLEX when a node is deleted.
Namespace: ILOG.CPLEX
Assembly: ILOG.CPLEX (in ILOG.CPLEX.dll) Version: 22.1.1.0
Syntax
| C# |
|---|
void Delete() |
| Visual Basic |
|---|
Sub Delete |
Remarks
When CPLEX deletes a branch and cut node to which a user-object is attached and which implements the NodeData interface, this method is called for the user-object associated with the node being deleted.