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

a model for the transportation problem More...

Go to the source code of this file.

Namespaces

 transp
 

Functions

def make_inst1 ()
 
def make_inst2 ()
 
def transp (I, J, c, d, M)
 

Variables

 c
 
 d
 
int EPS = 1.e-6
 
 I
 
 J
 
 M
 
def model = transp(I,J,c,d,M)
 
def x = model.data
 

Detailed Description

a model for the transportation problem

Definition in file transp.py.