33#ifndef STABILIZESPOINTPREDICATE_H_
34#define STABILIZESPOINTPREDICATE_H_
36#include <boost/foreach.hpp>
49 template<
class InputIterator>
51 : m_toStabilize(begin, end)
56 BOOST_FOREACH(
const PERM &p, m_toStabilize) {
63 std::vector<PERM> m_toStabilize;
StabilizesPointPredicate(InputIterator begin, InputIterator end)
constructor
Definition stabilizes_point_predicate.h:50
bool operator()(const unsigned long beta) const
evaluate predicate
Definition stabilizes_point_predicate.h:55