COIN-OR::LEMON - Graph Library

Changeset 166:302d75b08b27 in glemon-0.x for graph_displayer_canvas.h


Ignore:
Timestamp:
10/16/06 15:05:25 (18 years ago)
Author:
Hegyi Péter
Branch:
default
Phase:
public
Convert:
svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/glemon/trunk@2992
Message:

Graph redesign starts with an initial kick of the first node.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • graph_displayer_canvas.h

    r160 r166  
    418418  ///Propulsation factor during graph design
    419419  double propulsation;
     420
     421  ///Was redesign run on this graph already?
     422  ///
     423  ///If not, the layout will be modified randomly
     424  ///to avoid frozen layout because of wrong
     425  ///initial state
     426  bool was_redesigned;
    420427 
    421428private:
Note: See TracChangeset for help on using the changeset viewer.