#include <boost/shared_ptr.hpp>#include "OptimizationAlgorithm.hpp"#include "NeighbourhoodFunction.hpp"#include "CoolingSchedule.hpp"

Go to the source code of this file.
Classes | |
| class | ISM::SimulatedAnnealingAlgorithm< InstanceType > |
Namespaces | |
| ISM | |
| this namespace contains all generally usable classes. | |
Typedefs | |
| template<class InstanceType > | |
| using | ISM::SimulatedAnnealingAlgorithmPtr = boost::shared_ptr< SimulatedAnnealingAlgorithm< InstanceType >> |