LINGO model
MODEL:
! A 70 gates 995 Flights Assignment Problem;
SETS:
GATES: CAPACITY;
FLIGHTS: DEMAND;
LINKS( GATES, FLIGHTS): COST, VOLUME;
ENDSETS
! Here is the data;
DATA:
!set members;
GATES= GATE1
GATE2
GATE3
GATE4
MODEL:
! A 70 gates 995 Flights Assignment Problem;
SETS:
GATES: CAPACITY;
FLIGHTS: DEMAND;
LINKS( GATES, FLIGHTS): COST, VOLUME;
ENDSETS
! Here is the data;
DATA:
!set members;
GATES= GATE1
GATE2
GATE3
GATE4
The URI to TrackBack this entry is: http://liconey.blogsome.com/2007/12/01/lingo-model/trackback/
No comments yet.
RSS feed for comments on this post.
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>