Changeset 1875:98698b69a902 in lemon-0.x for demo/graph_orientation.cc
- Timestamp:
- 01/04/06 14:31:59 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2450
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/graph_orientation.cc
r1687 r1875 2 2 * demo/graph_orientation.cc - Part of LEMON, a generic C++ optimization library 3 3 * 4 * Copyright (C) 200 5Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport4 * Copyright (C) 2006 Egervary Jeno Kombinatorikus Optimalizalasi Kutatocsoport 5 5 * (Egervary Research Group on Combinatorial Optimization, EGRES). 6 6 * … … 109 109 graphToEps(g,"graph_orientation.eps").scaleToA4(). 110 110 title("Sample .eps figure (fits to A4)"). 111 copyright("(C) 200 5LEMON Project").111 copyright("(C) 2006 LEMON Project"). 112 112 nodeScale(15). 113 113 coords(coords).
Note: See TracChangeset
for help on using the changeset viewer.