alsk/plot/executor/opti.h

9 lines
163 B
C++

#ifndef ALSK_PLOT_EXECUTOR_OPTI_H
#define ALSK_PLOT_EXECUTOR_OPTI_H
#include "../common.h"
Split fictiveOpti(std::size_t n, CoresList const& coresList);
#endif