occur.icc File Reference
(Revision: 2696)
#include "iter.hh"
Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
| namespace | Gecode::Int |
| namespace | Gecode::Int::GCC |
Classes | |
| class | Gecode::Int::GCC::OccurBnds< T, n > |
| Tuple conataining the lower and upper cardinality bounds. More... | |
| class | Gecode::Int::GCC::OccurArray< T > |
| Array of OccurBnds mimicking cardinality variables. More... | |
| class | Gecode::Int::GCC::CardView |
| Card integer view. More... | |
| class | Gecode::Int::GCC::CardArray< T > |
| Array containing CardView and supporting lookup operation. More... | |
| class | Gecode::Int::GCC::IdxView |
| Card integer view. More... | |
| class | Gecode::Int::ViewRanges< GCC::IdxView > |
| Range iterator for indexed problem variables More... | |
Functions | |
| template<class T, unsigned int n> | |
| std::ostream & | Gecode::Int::GCC::operator<< (std::ostream &os, const OccurBnds< T, n > &xy) |
| bool | Gecode::Int::same (const GCC::IdxView &x, const GCC::IdxView &y) |
| bool | Gecode::Int::before (const GCC::IdxView &x, const GCC::IdxView &y) |
