CGRA-ME
|
#include <HeuristicMappers.h>
Classes | |
struct | Solvers |
Public Member Functions | |
ILPHeuristicMapperOptions ()=delete | |
Static Public Member Functions | |
static ILPHeuristicMapperOptions & | add_defaults (ILPHeuristicMapperOptions &options) |
static const ConfigStore & | default_general_opts () |
Friends | |
std::ostream & | operator<< (std::ostream &os, const ILPHeuristicMapperOptions &opts) |
Definition at line 57 of file HeuristicMappers.h.
|
delete |
|
inlinestatic |
Sets everything that is unset, but needs to be set, to a default value.
Definition at line 79 of file HeuristicMappers.h.
|
inlinestatic |
Definition at line 86 of file HeuristicMappers.h.
|
friend |
Definition at line 252 of file HeuristicMappers.cpp.
EdgeCoster ILPHeuristicMapperOptions::edge_coster |
Definition at line 62 of file HeuristicMappers.h.
NeighbourFinder ILPHeuristicMapperOptions::find_all_neighbour_FUs |
Definition at line 60 of file HeuristicMappers.h.
FUCoster ILPHeuristicMapperOptions::fu_coster = {} |
Definition at line 66 of file HeuristicMappers.h.
ConfigStore ILPHeuristicMapperOptions::general = {} |
Definition at line 63 of file HeuristicMappers.h.
NodeFilter ILPHeuristicMapperOptions::is_node_allowed = allowAllNodes |
Definition at line 64 of file HeuristicMappers.h.
OpNodeFilter ILPHeuristicMapperOptions::is_node_allowed_for_op = allowAllNodesForOps |
Definition at line 65 of file HeuristicMappers.h.
SolutionSelector ILPHeuristicMapperOptions::solution_selector |
Definition at line 61 of file HeuristicMappers.h.