COIN-OR::LEMON - Graph Library

Changeset 1687:7dc3abbb7636 in lemon-0.x


Ignore:
Timestamp:
09/16/05 11:18:28 (19 years ago)
Author:
Alpar Juttner
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2209
Message:
  • silly mistake fixed
  • output is graph_orientation.eps
  • sample input file added
Location:
demo
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • demo/graph_orientation.cc

    r1678 r1687  
    9494      if(++def[g.target(e)]>0) active[g.target(e)]=true;
    9595      g.reverseEdge(e);
    96       rev[e]!=rev[e];
     96      rev[e]=!rev[e];
    9797    }
    9898    else {
     
    107107  //Show the graph
    108108
    109   graphToEps(g,"indeg_graph_rev_out.eps").scaleToA4().
     109  graphToEps(g,"graph_orientation.eps").scaleToA4().
    110110    title("Sample .eps figure (fits to A4)").
    111111    copyright("(C) 2005 LEMON Project").
Note: See TracChangeset for help on using the changeset viewer.