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

a model for the transportation problem More...

Go to the source code of this file.

Namespaces

 transp_nofn
 

Variables

dictionary c
 
dictionary d = {1:80, 2:270, 3:250 , 4:160, 5:180}
 
int EPS = 1.e-6
 
dictionary I = d.keys()
 
dictionary J = M.keys()
 
dictionary M = {1:500, 2:500, 3:500}
 
 model = Model("transportation")
 
 name
 
 vtype
 
dictionary x = {}
 

Detailed Description

a model for the transportation problem

Definition in file transp_nofn.py.