[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Help-glpk] Using a heuristic to find a first integer solution quick
From: |
Andrew Makhorin |
Subject: |
Re: [Help-glpk] Using a heuristic to find a first integer solution quickly |
Date: |
Tue, 19 Nov 2002 22:39:03 +0300 |
>Isn't there a simpler method than changing the source of the branch and
>bound solver?
I agree that changing the source code is not a good practice. However,
you can copy, say, the file glplpx6c.c to your working directory,
rename it, and compile it with your program in order not to change and
not to re-install the glpk package itself.