This commit is contained in:
Tiago Batista Cardoso
2026-02-28 22:41:19 +01:00
parent 500e03af35
commit 2d3865079d
21 changed files with 1072 additions and 570 deletions

View File

@@ -11,7 +11,11 @@ add_executable(graphe main.c
render.h
render.c
algorithms.h
communities.c
louvain.c)
cliques.c
louvain.c
cbla.c
benchmark.h
benchmark.c
)
target_link_libraries(graphe SDL2::SDL2 m)