#include <Placer.hpp>

Public Member Functions | |
| Placer (DDB &inDB, PlacerHeuristicBase &inHeuristic) | |
| void | generatePlacement (Placement &placement) |
Protected Types | |
| typedef architecture::DDB | DDB |
| typedef boost::uint32_t | uint32 |
Protected Attributes | |
| DDB & | mDB |
| PlacerHeuristicBase & | mHeuristic |
| uint32 | mMovesPerTemperature |
Definition at line 31 of file Placer.hpp.
1.5.6