9 #ifndef IMPKERNEL_DEPENDENCY_GRAPH_H
10 #define IMPKERNEL_DEPENDENCY_GRAPH_H
12 #include <IMP/kernel/kernel_config.h>
15 #include <boost/graph/adjacency_list.hpp>
17 IMPKERNEL_BEGIN_NAMESPACE
71 const DependencyGraphVertexIndex &index);
79 const DependencyGraphVertexIndex &index);
95 const DependencyGraphVertexIndex &index);
104 const DependencyGraphVertexIndex &index);
112 const DependencyGraphVertexIndex &index);
125 const DependencyGraphVertexIndex &index);
131 const DependencyGraphVertexIndex &index);
134 IMPKERNEL_END_NAMESPACE