2008 3:32 AM
To: Meketon, Marc
Cc: help-glpk@gnu.org
Subject: Re: [Help-glpk] GMPL fails on circular references
>> I had a line of math-prog code that had a circular reference:
>> param FromNode{ (train,sd,seq) in TRAIN_SEGS } symbolic
>> := Terminal[FromNode[train,sd,seq]];
>> I had a line of math-prog code that had a circular reference:
>> param FromNode{ (train,sd,seq) in TRAIN_SEGS } symbolic
>> := Terminal[FromNode[train,sd,seq]];
>> GMPL, much further down in the model, just stops without any
>> warning or anything else. It took a while to figure out the c
> I had a line of math-prog code that had a circular reference:
> param FromNode{ (train,sd,seq) in TRAIN_SEGS } symbolic
> := Terminal[FromNode[train,sd,seq]];
> GMPL, much further down in the model, just stops without any
> warning or anything else. It took a while to figure out the circul
I had a line of math-prog code that had a circular reference:
param FromNode{ (train,sd,seq) in TRAIN_SEGS } symbolic :=
Terminal[FromNode[train,sd,seq]];
GMPL, much further down in the model, just stops without any warning or
anything else. It took a while to figure out the circula