On Mon, Jun 21, 2010 at 10:35 PM, glpk xypron <[email protected]> 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

_______________________________________________
Help-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-glpk

Reply via email to