use SCIP for solving the bin packing problem. More...
Go to the source code of this file.
Namespaces | |
bpp | |
Functions | |
def | bpp (s, B) |
def | DiscreteUniform (n=10, LB=1, UB=99, B=100) |
def | FFD (s, B) |
def | solveBinPacking (s, B) |
Variables | |
B | |
def | bins = solveBinPacking(s, B) |
def | ffd = FFD(s, B) |
s | |
use SCIP for solving the bin packing problem.
Definition in file bpp.py.