changeset 1176 | 1ba2b4c0c970 |
parent 1153 | 4b0468de3a31 |
1.1 --- a/src/work/marci/lp/magic_square.cc Thu Feb 24 17:04:49 2005 +0000 1.2 +++ b/src/work/marci/lp/magic_square.cc Thu Feb 24 17:42:11 2005 +0000 1.3 @@ -10,8 +10,10 @@ 1.4 using namespace lemon; 1.5 1.6 /* 1.7 - for n=3,4 , the program is very fast 1.8 - for n=5, with glpk, the run takes hours 1.9 + On an 1537Mhz PC, the run times with 1.10 + glpk are the following. 1.11 + for n=3,4, some secondes 1.12 + for n=5, 25 hours 1.13 */ 1.14 1.15 int main(int, char **) {