Originally posted by: JungS
Hi,
I am using CPLEX with Python interface and trying to implement branch-and-price method.
From the previous threads, I have learned that cutstock example gives a good reference to implement B&P but I couldn't find the example written in Python API. (cutstock.py is written in docplex)
Also, most threads related to column generation or B&P were using Java or C++.
I understand Java and C++ are the most popular interface for OPL, but since I am Python user I have used Python API so far.
Here are some simple questions:
1) Are there any good reference or framework for branch and price implement in CPLEX Python API?
(I've found that SCIP framework is recommended to customize B&B and provides Python interface, but it gives very limited set of examples for Python interface)
2) Should I switch to use Java API to write customized branch and bound algorithm, such as B&P? (Does Java API provide more classes or interfaces than Python API does ? )
Thank you!
#CPLEXOptimizers#DecisionOptimization