|
From: | Andrew Makhorin |
Subject: | [Bug-glpk] Re: [Bug-glpk] |
Date: | Sat, 16 Nov 2002 00:45:41 +0300 |
Thank you for your bug report. >The option --bfs is not working ( backtrack using breadth first search) To fix the bug please replace the line 317 in the file sample/glpsol.c (glpk 3.2.3): else if (p("--lifo")) by the line else if (p("--bfs"))
[Prev in Thread] | Current Thread | [Next in Thread] |