Opened 12 years ago
Closed 11 years ago
#478 closed defect (fixed)
checkBoundMaps() fails in test/min_cost_flow_test.cc
| Reported by: | Alpar Juttner | Owned by: | Alpar Juttner |
|---|---|---|---|
| Priority: | major | Milestone: | LEMON 1.4 release |
| Component: | core | Version: | hg main |
| Keywords: | Cc: | ||
| Revision id: |
Description
test/min_cost_flow_test.cc fails when LEMON_ENABLE_DEBUG is turned on.
The easiest way of reproducing the problem is to apply dd57dfa12bd5.patch of #477, then build the source using Maintainer build type.
Attachments (1)
Change History (5)
Changed 12 years ago by
| Attachment: | 478-330264b171cf-c0c2f5c87aa6.patch added |
|---|
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
| Milestone: | → LEMON 1.4 release |
|---|
comment:4 Changed 11 years ago by
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.


The attached file contains two patches:
checkBoundMaps()debug functions (see #474) and also simplifies the lower bound handling in min cost flow algorithmsThe fix should be merged both to the main branch and to 1.3.