Triangle counting using liblemon
config.h
Go to the documentation of this file.
1 // Copyright 2019 zhaofeng-shu33
6 #pragma once
7 #include <lemon/static_graph.h>
9 namespace lemon {
11  typedef StaticDigraph Graph;
12 }
lemon original namespace