Changeset 2598:71f4bd3a9ae8 in lemon-0.x
- Timestamp:
- 03/25/08 17:28:06 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@3481
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lemon/planarity.h
r2553 r2598 2550 2550 /// Returns the color of the node. The values are five or six 2551 2551 /// distinct \ref lemon::Color "colors". 2552 intcolor(const Node& node) const {2552 Color color(const Node& node) const { 2553 2553 return _palette[_color_map[node]]; 2554 2554 } … … 2665 2665 /// 2666 2666 /// This function calculates a coloring with at most five 2667 /// colors. The w irst case time complexity of this variant is2667 /// colors. The worst case time complexity of this variant is 2668 2668 /// quadratic in the size of the graph. 2669 2669 template <typename EmbeddingMap>
Note: See TracChangeset
for help on using the changeset viewer.