DG-CPP 0.1.0
Directed Graph in C++
dg.hpp
Go to the documentation of this file.
1
12#ifndef _DG_HPP_
13#define _DG_HPP_
14
15#include "dg-cpp/base.hpp"
16#include "dg-cpp/core.hpp"
17
18#endif
Directed Graph Base Class.
Directed Graph Class.