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

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