Re: [Fwd: C# Examples for glp_term_hook() and glp_error_hook()]
Heinrich Schuchardt <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On 06/20/2017 02:50 AM, Edmund Chen wrote: > Hi, many thanks for pointing me in the right direction. It made my implementation successful. > > Thanks and best regards, > Edmund Chen > This piece of information I forgot: >>>> read whether a feasible solution had been found Just watch for reason code GLP_IBINGO in the callback method as shown in examples/csharp/gmpl.cs Regards Heinrich