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

solve the single-item lot-sizing problem. More...

Go to the source code of this file.

Namespaces

 lotsizing_lazy
 

Functions

def mk_example ()
 
def sils (T, f, c, d, h)
 
def sils_cut (T, f, c, d, h, conshdlr)
 

Variables

 c
 
 conshdlr = Conshdlr_sils()
 
 d
 
 f
 
 h
 
 I
 
def model = sils(T,f,c,d,h)
 
 T
 
 x
 
 y
 

Detailed Description

solve the single-item lot-sizing problem.

Definition in file lotsizing_lazy.py.