|
crown
1.0.0
|
#include <pelib/Algebra.hpp>#include <pelib/Scalar.hpp>#include <pelib/Vector.hpp>#include <pelib/Matrix.hpp>#include <pelib/Set.hpp>#include <pelib/AmplSolver.hpp>#include <pelib/AmplInput.hpp>#include <crown/CrownScheduler.hpp>#include <crown/CrownConfigBinary.hpp>#include <crown/CrownException.hpp>Go to the source code of this file.
Classes | |
| struct | cmp |
Defines | |
| #define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Typedefs | |
| typedef map< int, float > | TaskWidthVector |
| typedef map< int, float > | TaskScheduleVector |
| typedef map< int, TaskScheduleVector > | ProcScheduleMatrix |
Variables | |
| const int | b = 2 |
| #define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Definition at line 37 of file CrownScheduler.cpp.
| typedef map<int, TaskScheduleVector> ProcScheduleMatrix |
Definition at line 165 of file CrownScheduler.cpp.
| typedef map<int, float> TaskScheduleVector |
Definition at line 164 of file CrownScheduler.cpp.
| typedef map<int, float> TaskWidthVector |
Definition at line 163 of file CrownScheduler.cpp.
| const int b = 2 |
Definition at line 162 of file CrownScheduler.cpp.