(svn r25354) -Add: link graph schedule and typedefs for LinkGraph and related classes

This commit is contained in:
fonsinchen
2013-06-09 12:58:37 +00:00
parent bfd6f2bb85
commit 97a9908b0e
13 changed files with 361 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
#define LINKGRAPH_BASE_H
#include "linkgraph.h"
#include "linkgraphschedule.h"
typedef LinkGraph::Node Node;
typedef LinkGraph::Edge Edge;