Re: Help - GLPK - "Time used" in millisecond ?
Andrew Makhorin <[email protected]> Tue, 28 Jul 2020 17:56:02 +0300
| Newsgroups | gmane.comp.gnu.glpk |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2020-07-28 at 19:48 +0530, Biplab Kanti Sen wrote: > Sir/Madam, > > I am Biplab kanti sen, would like to state you that, I use GLPK to > solve linear programs. I found that, one of my program is > successfully running, but the execution time is showing as "Time > used: 0.0 sec". Is there any provision to get this "Time used" in > millisecond ? I have attached an output file for your reference. > Waiting for your kings reply. This time is displayed in seconds using the format spec "%.1f", so "0.0 sec" means that the solution time is less than 0.05 seconds. > > Thanking you > Biplab kanti sen