Generated on Tue Apr 18 10:22:47 2017 for Gecode by doxygen 1.6.3

Range iterators with virtual member functions
[Range iterators]

A range iterator provides incremental access to a sequence of increasing ranges. Iterators with virtual member functions have to be used when they are combined dynamically, and the actual types hence cannot be specified as template arguments.

Requires

 #include <gecode/iter.hh>