PySCIPOpt  5.1.1
Python Interface for the SCIP Optimization Suite
transp_nofn Namespace Reference

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 = {}
 

Variable Documentation

◆ c

dictionary c
Initial value:
1 = {(1, 1): 4, (1, 2): 6, (1, 3): 9, # cost
2  (2, 1): 5, (2, 2): 4, (2, 3): 7,
3  (3, 1): 6, (3, 2): 3, (3, 3): 4,
4  (4, 1): 8, (4, 2): 5, (4, 3): 3,
5  (5, 1): 10, (5, 2): 8, (5, 3): 4,
6  }

Definition at line 26 of file transp_nofn.py.

◆ d

dictionary d = {1: 80, 2: 270, 3: 250, 4: 160, 5: 180}

Definition at line 20 of file transp_nofn.py.

◆ EPS

int EPS = 1.e-6

Definition at line 57 of file transp_nofn.py.

◆ I

dictionary I = d.keys()

Definition at line 21 of file transp_nofn.py.

◆ J

dictionary J = M.keys()

Definition at line 24 of file transp_nofn.py.

◆ M

dictionary M = {1: 500, 2: 500, 3: 500}

Definition at line 23 of file transp_nofn.py.

◆ model

model = Model("transportation")

Definition at line 33 of file transp_nofn.py.

◆ name

name

Definition at line 40 of file transp_nofn.py.

◆ vtype

vtype

Definition at line 40 of file transp_nofn.py.

◆ x

dictionary x = {}

Definition at line 36 of file transp_nofn.py.