crown
1.0.0
|
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <iostream>
#include <sstream>
#include <fstream>
#include <cstdlib>
#include <set>
#include <map>
#include <crown/allocation.h>
#include <crown/mapping.h>
#include <crown/CrownConfigBinary.hpp>
#include <crown/CrownMappingILPBalanced.hpp>
#include <crown/CrownException.hpp>
#include <pelib/AmplSolver.hpp>
#include <pelib/Scalar.hpp>
#include <pelib/Vector.hpp>
#include <pelib/Matrix.hpp>
#include <pelib/Set.hpp>
#include <pelib/Schedule.hpp>
#include <pelib/ParseException.hpp>
#include <pelib/Algebra.hpp>
Go to the source code of this file.
Defines | |
#define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl; |
Variables | |
char | _binary_mapping_balanced_mod_start |
char | _binary_mapping_balanced_mod_end |
char | _binary_mapping_balanced_run_start |
char | _binary_mapping_balanced_run_end |
#define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl; |
Definition at line 39 of file CrownMappingILPBalanced.cpp.