[Lemon-commits] [lemon_svn] marci: r1582 - hugo/trunk/src/work/marci/lp
Lemon SVN
svn at lemon.cs.elte.hu
Mon Nov 6 20:46:22 CET 2006
Author: marci
Date: Thu Feb 24 18:42:11 2005
New Revision: 1582
Modified:
hugo/trunk/src/work/marci/lp/magic_square.cc
Log:
glpk is able to search 5x5 magic square, let's celebrate the free software
Modified: hugo/trunk/src/work/marci/lp/magic_square.cc
==============================================================================
--- hugo/trunk/src/work/marci/lp/magic_square.cc (original)
+++ hugo/trunk/src/work/marci/lp/magic_square.cc Thu Feb 24 18:42:11 2005
@@ -10,8 +10,10 @@
using namespace lemon;
/*
- for n=3,4 , the program is very fast
- for n=5, with glpk, the run takes hours
+ On an 1537Mhz PC, the run times with
+ glpk are the following.
+ for n=3,4, some secondes
+ for n=5, 25 hours
*/
int main(int, char **) {
More information about the Lemon-commits
mailing list