crown
1.0.0
|
Go to the source code of this file.
Functions | |
const pelib::crown::CrownScheduler * | crown_scheduler (size_t argc, char **argv, const pelib::crown::CrownScheduler *composite=NULL) |
const pelib::Schedule * | pelib_schedule (const pelib::Taskgraph &tg, const pelib::Platform &pt, size_t argc, char **argv, std::map< const std::string, double > &statistics) |
std::string | pelib_description (size_t argc, char **argv) |
void | crown_delete_scheduler (const pelib::crown::CrownScheduler *scheduler) |
void | pelib_delete (pelib::Schedule *sched) |
void crown_delete_scheduler | ( | const pelib::crown::CrownScheduler * | scheduler | ) |
Definition at line 67 of file crown-scheduler.cpp.
const pelib::crown::CrownScheduler* crown_scheduler | ( | size_t | argc, |
char ** | argv, | ||
const pelib::crown::CrownScheduler * | composite = NULL |
||
) |
Definition at line 166 of file crown-binary-annealing.cpp.
void pelib_delete | ( | pelib::Schedule * | sched | ) |
Definition at line 61 of file crown-scheduler.cpp.
std::string pelib_description | ( | size_t | argc, |
char ** | argv | ||
) |
Definition at line 53 of file crown-scheduler.cpp.
const pelib::Schedule* pelib_schedule | ( | const pelib::Taskgraph & | tg, |
const pelib::Platform & | pt, | ||
size_t | argc, | ||
char ** | argv, | ||
std::map< const std::string, double > & | statistics | ||
) |