help-glpk
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Help-glpk] more accurate solution finding times


From: Mansour Moufid
Subject: Re: [Help-glpk] more accurate solution finding times
Date: Mon, 21 Jun 2010 23:44:47 -0400

On Mon, Jun 21, 2010 at 10:35 PM, glpk xypron <address@hidden> wrote:
> Hello Monsour,
>
> in glpapi19.c (of GLPK 4.44) you can find the following statement:
>      xprintf("Time used:   %.1f secs\n", xdifftime(xtime(), start));
>
> You can change it to get additional digits, e.g.
>      xprintf("Time used:   %.3f secs\n", xdifftime(xtime(), start));
>
> The achievable time resolution will depend on the system on which
> you compile. See function glp_time() in glpenv06.c.
>
> Maximum resolution is 1 millisecond.
>
> Best regards
>
> Xypron

Thank you very much! That's exactly what I needed.

-- 
Mansour Moufid



reply via email to

[Prev in Thread] Current Thread [Next in Thread]