COIN-OR::LEMON - Graph Library

Opened 16 years ago

Closed 16 years ago

#83 closed defect (fixed)

Graph concept fix

Reported by: Balazs Dezso Owned by: Alpar Juttner
Priority: major Milestone: LEMON 1.0 release
Component: core Version: hg main
Keywords: Cc: Akos Ladanyi
Revision id:

Description (last modified by Alpar Juttner)

The SmartGraph does not contain u() and v() members, but the conceptCheck does not signal the error.

The problem exists in [ae7785fe8431]

Attachments (1)

smart_graph_fix.patch (3.8 KB) - added by Balazs Dezso 16 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by Alpar Juttner

Description: modified (diff)
Version: hg main

Changed 16 years ago by Balazs Dezso

Attachment: smart_graph_fix.patch added

comment:2 Changed 16 years ago by Balazs Dezso

The template parameter name of lemon::concepts::Graph::Constraints might refer to the lemon::concepts::Graph class.

comment:3 Changed 16 years ago by Alpar Juttner

Cc: Akos Ladanyi added

Hopefully fixed in [19e82bda606a].

Akos, could you check if it works with MSVC? Please close the ticket if yes.

comment:4 Changed 16 years ago by Akos Ladanyi

Resolution: fixed
Status: newclosed

Yes, it works.

Note: See TracTickets for help on using tickets.