[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Retrieve MipGap within glpsol
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Retrieve MipGap within glpsol |
Date: |
Wed, 20 Oct 2010 18:47:18 +0400 |
> When glpsol is stopped by tmlim 60 and the command window tells a
> mipgap of 2.2%, is it possible to retrieve the mipgap within the mod
> file to write it to a file?
This feature is available only on api level. You cannot obtain mipgap
within the mathprog model. Note, however, that specifying the option
'--log file' allows you to write the glpsol terminal output to a text
file.