dheer
unread,May 24, 2012, 6:34:12 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 gamsworld
Hi,
Can anyone help in the following..
i have a two dimensional parameter like
SETS i plants /plant1*plant3/;
j markets /marke1*market5/;
PARAMETER cost(i,j) transportation cost from plant i to market j;
$GDXIN transportationcost.gdx
$LOAD cost = transportationcost
$GDXIN
display cost;
Question :
Now i want send the cost data(transportationcost.gdx) from any
language(c,c++..etc)... can any body help me on this...
Thnx in advance,
dheer.