help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] indetifying an unbounded problem


From: Atwood, Joseph
Subject: Re: [Help-glpk] indetifying an unbounded problem
Date: Mon, 15 Aug 2016 18:11:54 +0000


 

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]