COIN-OR::LEMON - Graph Library

Opened 10 years ago

Closed 10 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)

478-330264b171cf-c0c2f5c87aa6.patch (10.0 KB) - added by Peter Kovacs 10 years ago.

Download all attachments as: .zip

Change History (5)

Changed 10 years ago by Peter Kovacs

comment:1 Changed 10 years ago by Peter Kovacs

The attached file contains two patches:

  • [330264b171cf] fixes the recently introduced checkBoundMaps() debug functions (see #474) and also simplifies the lower bound handling in min cost flow algorithms
  • [c0c2f5c87aa6] renames a field

The fix should be merged both to the main branch and to 1.3.

comment:2 Changed 10 years ago by Alpar Juttner

Milestone: LEMON 1.4 release

comment:3 Changed 10 years ago by Peter Kovacs

May we close this ticket?

comment:4 Changed 10 years ago by Alpar Juttner

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.