Changes between Version 1 and Version 2 of Ticket #17540, comment 31
- Timestamp:
- 04/14/15 15:55:04 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17540, comment 31
v1 v2 1 1 for G=K33 and with GLPK your code seems to be looping forever. In the code you call `init_LP` in the loop, rather than doing a warm restart. This seems to defeat the purpose of constraint generation. 2 3 PS. OK, I see, you increase k every time it goes up. Anyhow, one gets stuck on some LP at k=3 here...