Chris
Thanks for the assistance.
This was what I missed.
Joe
From: Chris Matrakidis <address@hidden>
Sent: Sunday, August 14, 2016 3:57:39 AM
To: Atwood, Joseph
Cc: address@hidden
Subject: Re: [Help-glpk] indetifying an unbounded problem
Joseph,
> However, when I attempt to solve this problem using the
> fortran-glpk interface, the glp_simplex call returns 0.
This is normal, 0 means that the call terminated successfully.
> How do I identify
> an unbounded problem when calling glpk via the glp_simplex function call.
Calling glp_get_stat() after glp_simplex() returns 0 will give
GLP_UNBND for an unbounded problem.
Best Regards,
Chris Matrakidis