DG-CPP 0.1.0
Directed Graph in C++
node.hpp
Go to the documentation of this file.
1#ifndef _DG_NODE_HPP_
2#define _DG_NODE_HPP_
3
4namespace dg {}
5
6#endif
Directed Graph namespace.
Definition: base.hpp:35