BinPacking.get_figure

BinPacking.get_figure(result)[ソース]

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