PySCIPOpt  4.3.0
Python Interface for the SCIP Optimization Suite
bpp.py File Reference

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
 

Detailed Description

use SCIP for solving the bin packing problem.

Definition in file bpp.py.