Changeset 1959:264811b995f3 in lemon-0.x for demo/coloring.cc
- Timestamp:
- 02/06/06 10:10:43 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2535
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/coloring.cc
r1956 r1959 21 21 ///\brief Coloring of a graph. 22 22 /// 23 /// This example shows how can we color the nodes of a plan graph efficiently23 /// This example shows how can we color the nodes of a planar graph efficiently 24 24 /// with six colors. 25 25 /// … … 49 49 typedef Graph::IncEdgeIt IncEdgeIt; 50 50 51 std::cout << "Six coloring of a plan graph" << std::endl;51 std::cout << "Six coloring of a planar graph" << std::endl; 52 52 std::cout << "Input file: coloring.lgf" << std::endl; 53 53 std::cout << "Output file: coloring.eps" << std::endl;
Note: See TracChangeset
for help on using the changeset viewer.