Closed GeniusTian closed 3 years ago
Unfortunately, Docplex provides no column-oriented API formodeling. The cutstock example in this github relies on dual values, so changing all variables won't work either. I suggest you consider the Cplex/_python matrix-based API, doc is here:
thank you for your answer
i want solve custstock Full integer problem using column generation by python ,but i could find nothing in doc