|
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/CrownScalingILP.hpp>#include <crown/CrownConfigBinary.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/Algebra.hpp>Go to the source code of this file.
Defines | |
| #define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl; |
Variables | |
| char | _binary_scaling_mod_start |
| char | _binary_scaling_mod_end |
| char | _binary_scaling_run_start |
| char | _binary_scaling_run_end |
| #define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << var << "\"" << endl; |
Definition at line 35 of file CrownScalingILP.cpp.