|
crown
1.0.0
|
#include <iostream>#include <cstdlib>#include <fstream>#include <string>#include <boost/regex.hpp>#include <iomanip>#include <pelib/AmplInput.hpp>#include <pelib/AmplOutput.hpp>#include <pelib/AmplOutputScalar.hpp>#include <pelib/AmplOutputVector.hpp>#include <pelib/AmplOutputSet.hpp>#include <pelib/AmplOutputMatrix.hpp>#include <pelib/AmplInputScalar.hpp>#include <pelib/AmplInputVector.hpp>#include <pelib/AmplInputSet.hpp>#include <pelib/AmplInputMatrix.hpp>Go to the source code of this file.
Typedefs | |
| typedef map< int, int > | TaskWidthVector |
| typedef map< int, int > | TaskScheduleVector |
| typedef map< int, TaskScheduleVector > | ProcScheduleMatrix |
Functions | |
| int | group_size (int group, int p, int b) |
| Algebra | parse (AlgebraParser &parser, std::istream &input) |
| int | main (int argc, char **argv) |
Variables | |
| const int | b = 2 |
| typedef map<int, TaskScheduleVector> ProcScheduleMatrix |
Definition at line 49 of file crowngen_out.cpp.
| typedef map<int, int> TaskScheduleVector |
Definition at line 48 of file crowngen_out.cpp.
| typedef map<int, int> TaskWidthVector |
Definition at line 47 of file crowngen_out.cpp.
| int group_size | ( | int | group, |
| int | p, | ||
| int | b | ||
| ) |
Definition at line 52 of file crowngen_out.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 73 of file crowngen_out.cpp.
| Algebra parse | ( | AlgebraParser & | parser, |
| std::istream & | input | ||
| ) |
Definition at line 58 of file crowngen_out.cpp.
| const int b = 2 |
Definition at line 45 of file crowngen_out.cpp.