Gecode::Int::SortMap< TaskView, STO, inc > Class Template Reference
Sorting maps rather than tasks. More...
#include <sort.hpp>
Public Member Functions | |
SortMap (const TaskViewArray< TaskView > &t) | |
Initialize. | |
bool | operator() (int &i, int &j) const |
Sort order. |
Detailed Description
template<class TaskView, template< class, bool > class STO, bool inc>
class Gecode::Int::SortMap< TaskView, STO, inc >
Sorting maps rather than tasks.
Definition at line 76 of file sort.hpp.
Constructor & Destructor Documentation
template<class TaskView , template< class, bool > class STO, bool inc>
Gecode::Int::SortMap< TaskView, STO, inc >::SortMap | ( | const TaskViewArray< TaskView > & | t | ) | [inline] |
Member Function Documentation
template<class TaskView , template< class, bool > class STO, bool inc>
bool Gecode::Int::SortMap< TaskView, STO, inc >::operator() | ( | int & | i, | |
int & | j | |||
) | const [inline] |
The documentation for this class was generated from the following file:
- gecode/int/task/sort.hpp (Revision: 12022)