IBMDecisionOptimization / docplex-examples

These samples demonstrate how to use the DOcplex library to model and solve optimization problems.
https://ibmdecisionoptimization.github.io/
Apache License 2.0
396 stars 230 forks source link

Turn pattern values to int #15

Open nodet opened 5 years ago

nodet commented 5 years ago

The values of the solution of the sub-problems reprensent numbers of cuts of each type of item in a roll. They are thus integers. So actually turn them into integer values so that they appear as such in the display.