icefrancis
unread,May 24, 2012, 6:10:21 AM5/24/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AIMMS - The Modeling System
Dear all,
I have a sql table with data :
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20}, but when I map
to a set :ODpoint, it turns to:
ODpoint: {1,10,11,12,13,14,15,16,17,18,19,2,20,3,4,5,6,7,8,9},
normally it does not matter, but in my model these numbers have some
connection, e.g. (1,20),(2,19) are pairs, and I have couples of
constraint, so if these data show in a sequence order it will be much
easier to solve:
How to change the data sequence to :
{1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20},
This question looks a bit stupid :-), but will help me a lot if it is
solved
Thank you in advance
Francis