Opened 18 years ago

Closed 16 years ago

#374 closed Feature Requests (Fixed)

LEDA adaptors for node_array, edge_array

Reported by: Douglas Gregor Owned by: Douglas Gregor
Milestone: Component: graph
Version: None Severity:
Keywords: Cc:

Description

LEDA has constructs similar to property maps, called node_array 
and edge_array, that allow the user to create external mappings from 
vertices or edges to user-defined data. Both classes are templated 
over the data type T. 

The BGL LEDA adaptors should provide a wrapper for these data 
structures to make them into property maps, so that LEDA graphs 
and LEDA's form of external property maps can be used with BGL 
algorithms. 

Change History (2)

comment:1 by tessarakt, 16 years ago

Logged In: YES 
user_id=1531541
Originator: NO

This works.

comment:2 by Douglas Gregor, 16 years ago

Status: assignedclosed
Note: See TracTickets for help on using tickets.