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) |
void | printf_int_float_vector (map< int, float > vect) |
int | main (int argc, char **argv) |
Variables | |
const int | b = 2 |
typedef map<int, TaskScheduleVector> ProcScheduleMatrix |
Definition at line 49 of file crowngen_dat.cpp.
typedef map<int, int> TaskScheduleVector |
Definition at line 48 of file crowngen_dat.cpp.
typedef map<int, int> TaskWidthVector |
Definition at line 47 of file crowngen_dat.cpp.
int group_size | ( | int | group, |
int | p, | ||
int | b | ||
) |
Definition at line 52 of file crowngen_dat.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 83 of file crowngen_dat.cpp.
Algebra parse | ( | AlgebraParser & | parser, |
std::istream & | input | ||
) |
Definition at line 58 of file crowngen_dat.cpp.
void printf_int_float_vector | ( | map< int, float > | vect | ) |
Definition at line 73 of file crowngen_dat.cpp.
const int b = 2 |
Definition at line 45 of file crowngen_dat.cpp.