COIN-OR::LEMON - Graph Library

Opened 15 years ago

Closed 15 years ago

#155 closed defect (fixed)

The visitors use the base algorithms' traits class

Reported by: Balazs Dezso Owned by: Balazs Dezso
Priority: major Milestone: LEMON 1.0 release
Component: core Version:
Keywords: Cc:
Revision id:

Description

The BfsVisit? uses the BfsDefaultTraits? instead of BfsVisitDefaultTraits? and similarly DfsVisit? uses the DfsDefaultTraits? instead of DfsVisitDefaultTraits?. It does not cause problem, because the used traits are supersets of the right classes, but the [47b3a3b67837] fixes the problem

Attachments (1)

47b3a3b67837.patch (1.1 KB) - added by Balazs Dezso 15 years ago.

Download all attachments as: .zip

Change History (2)

Changed 15 years ago by Balazs Dezso

Attachment: 47b3a3b67837.patch added

comment:1 Changed 15 years ago by Peter Kovacs

Resolution: fixed
Status: newclosed

[47b3a3b67837] went to the main branch.

Note: See TracTickets for help on using tickets.