Originally posted by: MarekGrzes
According to http://www-01.ibm.com/support/docview.wss?uid=swg21569088 some features are not available when I use oplall.jar. In particular, I cannot send node data to makebranch in cplex 12.4. The following error occurs:
java.lang.UnsupportedOperationException: 'data' user object not supported in this version
at ilog.cplex.IloCplex$BranchCallback.makeBranch(IloCplex.java:15462)
Has anything changed in newer versions of CPLEX? Is there any other way I can send an object to a child node if I cannot use makebranch to do that?
Thank you,
Marek
#CPLEXOptimizers#DecisionOptimization