crown  1.0.0
include/crown/crown-scheduler.hpp File Reference
#include <crown/CrownScheduler.hpp>
#include <map>
#include <set>
Include dependency graph for crown-scheduler.hpp:
This graph shows which files directly or indirectly include this file:

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)

Function Documentation

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 
)