Skip to content
Snippets Groups Projects
Commit 7a793b62 authored by Jiří Kalvoda's avatar Jiří Kalvoda
Browse files

Přesun algo/maxcut_naive.cpp -> algo/maxcut.cpp

parent 1fb741e6
No related branches found
No related tags found
No related merge requests found
File moved
...@@ -49,6 +49,6 @@ endef ...@@ -49,6 +49,6 @@ endef
$(eval $(call standard_algo,greedy)) $(eval $(call standard_algo,greedy))
$(eval $(call standard_algo,maxcut_naive)) $(eval $(call standard_algo,maxcut))
$(eval $(call standard_pipe,fix_naive)) $(eval $(call standard_pipe,fix_naive))
algorithms=greedy maxcut_naive fix_naive algorithms=greedy maxcut fix_naive
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment