EvacSim/ampl/ampl_model.dat

21 lines
449 B
Plaintext
Raw Normal View History

2019-11-03 14:57:14 +00:00
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
;