alsk/plot/executor/firstlevelgreedy.h

9 lines
192 B
C
Raw Normal View History

2021-05-10 16:14:13 +00:00
#ifndef ALSK_PLOT_EXECUTOR_FIRSTLEVELGREEDY_H
#define ALSK_PLOT_EXECUTOR_FIRSTLEVELGREEDY_H
#include "../common.h"
Split firstLevelGreedy(std::size_t n, CoresList const& coresList);
#endif