[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] anyone try to compile it on MS platform ?
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] anyone try to compile it on MS platform ? |
Date: |
Mon, 26 Nov 2001 09:22:02 +0300 |
> but how to do it in VC++6.0?
glpk is completely written in a subset of the ISO C (WG14/N869) and
therefore is highly portable. In principle, it must work on any 32-bit
platform (more exactly, on any platform, where INT_MAX >= 10^9 and
DBL_EPSILON is not worse than 1e-16). So, if you wish to build glpk on
a specific platform, you need just to compile its sources and make an
object library in a usual way.