Is Bellman Ford Algorithm exist in GAMS documentation?

Problems with modeling
Post Reply
GAMS_practitioner
User
User
Posts: 9
Joined: 1 year ago

Is Bellman Ford Algorithm exist in GAMS documentation?

Post by GAMS_practitioner »

Hi GAMS community,

I was reading some of the codes in GAMS documenations to find out the way it works. I particulary am looking for a simple implemetation of shortest path Bellman Ford algorithem to configure a set of parameters and then use it as an indicies inside the model. Mainly for some constraints with summation over those shoetest paths.
there's one shortest path code available at sroutex.gms https://www.gams.com/latest/gamslib_ml/ ... outex.html, so, I'm wondering whther there is one for Bellman Ford algorithem?

with best regrads,
Mike
Post Reply