21 lines
449 B
Plaintext
21 lines
449 B
Plaintext
set EVAC := Troy Brunswick ;
|
|
set DEST := Albany Guilderland EastGreenbush Schenectady ;
|
|
param: EDGES : edgecapacity :=
|
|
Troy Brunswick 250.000000
|
|
Troy Guilderland 200.000000
|
|
Troy Albany 500.000000
|
|
Troy EastGreenbush 100.000000
|
|
Brunswick EastGreenbush 100.000000
|
|
Guilderland Schenectady 100.000000
|
|
;
|
|
param population :=
|
|
Troy 700
|
|
Brunswick 300
|
|
;
|
|
param capacity :=
|
|
Albany 3000
|
|
Guilderland 300
|
|
EastGreenbush 500
|
|
Schenectady 400
|
|
;
|