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

piecewise linear model to the multi-item economic ordering quantity problem. More...

Go to the source code of this file.

Namespaces

 eoq_en
 

Functions

def eoq (I, F, h, d, w, W, a0, aK, K)
 

Variables

 a0
 
 aK
 
 d
 
int EPS = 1.e-6
 
 F
 
 h
 
 I
 
int K = 1000
 
def model = eoq(I,F,h,d,w,W,a0,aK,K)
 
 w
 
int W = 2000
 
 x
 

Detailed Description

piecewise linear model to the multi-item economic ordering quantity problem.

Definition in file eoq_en.py.