https://github.com/kit-parco/networkit
Raw File
Tip revision: bbcf24623b9bd50846362d76552c2ace2dd2861f authored by maxv on 06 August 2015, 13:13:26 UTC
This branch has been initiated to provide clang compiler support. However, this was never given much importance and at the time of closing this branch, Clang 3.7 shouldn't be too far away and include OpenMP. Thus, this branch is not needed anymore. As the changes are not merged into Dev, the following things can be found here: Consistent use of OpenMP wrappers that allows NetworKit to be compiled and used on systems without OpenMP. Many fixes of compiler warnings.
Tip revision: bbcf246
clique.py
from _NetworKit import MaxClique
back to top