BinPacking.get_figure¶
- BinPacking.get_figure(result)[source]¶
Get plot of the solution of the Bin Packing Problem.
- প্যারামিটার:
result (OptimizationResult | ndarray) -- The calculated result of the problem
- রিটার্নস:
A plot of the solution, where x and y represent the bins and sum of the weights respectively.
- রিটার্ন টাইপ:
fig