公共静态接口IloCplex.MIPCallback.NodeData
When you attach a user-object to a node by means of the argument data of the method makeBranch, you can ask CPLEX to notify your application when the node is deleted. 为此,您必须为传递给 CPLEX 的节点数据对象实现 "NodeData接口。 然后,CPLEX 将调用该对象的方法 "delete。
| 修饰符和类型 | 方法和说明 |
|---|---|
void |
delete()删除节点时 CPLEX 调用的方法。
|