[Fwd: Solutions upon timeout]
Andrew Makhorin <[email protected]>
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <1484668729.3695.0.camel@corvax> |
-------- Forwarded Message -------- From: Pietro Braione <[email protected]> To: [email protected] Subject: Solutions upon timeout Date: Tue, 17 Jan 2017 14:15:38 +0100 Hello to everybody. I am using GLPK as a library in a software I am writing. My question is: if I set a timeout to a MIP search (tm_limit field in a glp_iocp structure) and then glp_intopt times out, how do I obtain the best known integer feasible solution found so far? Is it ok to use glp_mip_col_val? Thank you Pietro