|
crown
1.0.0
|
#include <fstream>#include <pelib/Task.hpp>#include <pelib/XMLSchedule.hpp>#include <pelib/AmplInput.hpp>#include <pelib/AmplSolver.hpp>#include <pelib/argument_parsing.hpp>#include <pelib/scheduler.h>#include <pelib/dl.h>#include <crown/CrownBinaryAnnealing.hpp>#include <crown/CrownConfigBinary.hpp>#include <crown/CrownConfigOrgan.hpp>#include <crown/CrownConfigTaskgraph.hpp>Go to the source code of this file.
Classes | |
| struct | args |
Defines | |
| #define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Typedefs | |
| typedef struct args | args_t |
Functions | |
| const CrownScheduler * | crown_scheduler (size_t argc, char **argv, const CrownScheduler *composite) |
| #define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Definition at line 41 of file crown-binary-annealing.cpp.
Definition at line 58 of file crown-binary-annealing.cpp.
| const CrownScheduler* crown_scheduler | ( | size_t | argc, |
| char ** | argv, | ||
| const CrownScheduler * | composite | ||
| ) |
Definition at line 166 of file crown-binary-annealing.cpp.