1 #ifndef FORCE_DIRECTED_LAYOUT_H
2 #define FORCE_DIRECTED_LAYOUT_H
7 #include "AdjacencyList.h"
29 double equilibrium_length;
35 std::vector< std::pair<int, int> >* layout(
AdjacencyList& g,
int steps,
int width,
int height);
Definition: AdjacencyList.h:9