|
crown
1.0.0
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <math.h>#include <iostream>#include <sstream>#include <crown/allocation.h>#include <crown/mapping.h>#include <crown/scaling.h>#include <crown/crown.h>#include <crown/annealing.h>#include <crown/CrownCompositeConsolidation.hpp>#include <crown/CrownException.hpp>#include <pelib/AmplInput.hpp>#include <pelib/Schedule.hpp>#include <pelib/Scalar.hpp>#include <pelib/Vector.hpp>#include <pelib/Matrix.hpp>#include <pelib/Set.hpp>#include <pelib/time.h>Go to the source code of this file.
Defines | |
| #define | debug(var) cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
| #define debug | ( | var | ) | cout << "[" << __FILE__ << ":" << __FUNCTION__ << ":" << __LINE__ << "] " << #var << " = \"" << (var) << "\"" << endl; |
Definition at line 35 of file CrownCompositeConsolidation.cpp.