#include "paal/greedy/scheduling_jobs/scheduling_jobs.hpp"#include "paal/utils/functors.hpp"#include <iostream>#include <unordered_map>#include <utility>Go to the source code of this file.
Typedefs | |
| typedef double | Time |
| [Scheduling Jobs Example] | |
| typedef std::pair< Time, char > | Job |
| typedef int | Machine |
Functions | |
| template<class Result > | |
| void | print_result (const Result &result) |
| int | main () |
1.8.5