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: Chris Matrakidis
Subject: Re: [Help-glpk] indetifying an unbounded problem
Date: Sun, 14 Aug 2016 12:57:39 +0300

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]