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

a model for the multi-commodity transportation problem More...

Go to the source code of this file.

Namespaces

 mctransp
 

Functions

def make_inst1 ()
 
def make_inst2 ()
 
def make_inst3 ()
 
def mctransp (I, J, K, c, d, M)
 

Variables

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

Detailed Description

a model for the multi-commodity transportation problem

Definition in file mctransp.py.