[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Building GLPK under VS2005 for x64
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Building GLPK under VS2005 for x64 |
Date: |
Wed, 28 May 2008 13:26:20 +0400 |
Hi Peter,
Looks like I have found a bug.
Please replace line 242 in file glplib.h:
#define align_boundary sizeof(double)
by the following line:
#define align_boundary 16
I made this replacement in the project on your machine, and the bug
disappeared (at least the test program now runs correctly).
Please keep me informed about further bugs/problems that may appear
in 64-bit version of glpk.
Best regards,
Andrew Makhorin
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Help-glpk] Building GLPK under VS2005 for x64,
Andrew Makhorin <=