# data file electric-001.dat: 3 node network set N := 1 2 3; # nodes set F := 1 2; # firms set ARCS := (1,1) (1,2) (1,3) (2,1) (2,2) (2,3) (3,1) (3,2) (3,3); ### define ISO's cost of shipment param : e := 1 1 0 1 2 5 1 3 6 2 1 4.5 2 2 0 2 3 3 3 1 4.1 3 2 2.3 3 3 0 ; ### unit generation cost & production capacity {F,N} param : c, CAP := 1 1 15 1000 1 2 0 0 1 3 0 0 2 1 0 0 2 2 19 1000 2 3 21 1000 ; ### price/quatity intercept of sales function {N} param : P0, Q0 := 1 40 500 2 32 620 3 0 1 ;