33 #ifndef CLASSIC_SET_IMAGE_SEARCH_H_
34 #define CLASSIC_SET_IMAGE_SEARCH_H_
36 #include <permlib/search/classic/backtrack_search.h>
37 #include <permlib/predicate/set_image_predicate.h>
46 template<
class BSGSIN,
class TRANSRET>
49 typedef typename BacktrackSearch<BSGSIN,TRANSRET>::PERM PERM;
65 template<
class InputIterator>
66 void construct(InputIterator begin, InputIterator end, InputIterator beginImg, InputIterator endImg);
69 template<
class BSGSIN,
class TRANSRET>
74 template<
class BSGSIN,
class TRANSRET>
75 template<
class InputIterator>
79 this->m_limitLevel = stabPred->
limit();
80 this->m_limitBase = this->m_limitLevel;
81 this->m_limitInitialized =
true;
89 #endif // -- CLASSIC_SET_IMAGE_SEARCH_H_