Originally posted by: CSNH_Yuhui_Shi
Hi All,
I am trying to use CPLEX and CPOptimizer to code a Column Generation/CP flavor model, where CP is used in solving pricing problem. But the program is keeping generating error
class ilog.cplex.CpxRange$RngColumn has interface ilog.concert.IloColumn as super class
I have read several posts on things might mess this up. The reason seems to lie on that CPLEX and CP both have their own implementation of Concert tech. My question is that has anyone succeeded in using these two things together? Especially I want to model things column-wisely.
Thanks,
Yuhui
#CPOptimizer#DecisionOptimization