19 #ifndef TORC_PLACER_PLACERHEURISTICBASE_HPP
20 #define TORC_PLACER_PLACERHEURISTICBASE_HPP
24 #include <boost/timer.hpp>
84 #endif // TORC_PLACER_PLACERHEURISTICBASE_HPP
void updateCostRemovePair()
torc::physical::DesignSharedPtr DesignSharedPtr
Simulated annealing algorithm class.
Device database, including complete wiring and logic support.
Wrapper of the device database for placing the design.
Header for the Design class.
uint32 mInitialTemperature
PlacerHeuristicBase(DeviceWrapper &inDevice, DesignSharedPtr inDesign)
uint32 updateTemperature()
boost::shared_ptr< Design > DesignSharedPtr
Shared pointer encapsulation of a Design.
uint32 getMovesPerTemperature()
uint32 getInitialTemperature()
uint32 mMovesPerTemperature
Header for the DeviceWrapper class.