occur.icc File Reference
(Revision: 6323)
Go to the source code of this file.
Namespaces | |
| namespace | Gecode |
| namespace | Gecode::Int |
| namespace | Gecode::Int::GCC |
Classes | |
| class | Gecode::Int::GCC::OccurBndsView |
| Tuple conataining the lower and upper cardinality bounds. More... | |
| class | Gecode::Int::GCC::CardView |
| Card integer view. More... | |
| class | Gecode::Int::ViewRanges< GCC::CardView > |
| Range iterator for indexed problem variables More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, Gecode::Int::GCC::OccurBndsView &xs) |
| Debugging: print a fixed cardinality. | |
| template<class T> | |
| int | Gecode::Int::GCC::lookupValue (T &a, int v) |
| Return the index of v in the array. | |
| std::ostream & | operator<< (std::ostream &os, Gecode::Int::GCC::CardView &v) |
| Debugging: print a cardinality variable. | |
Function Documentation
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Gecode::Int::GCC::OccurBndsView & | xs | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Gecode::Int::GCC::CardView & | v | |||
| ) | [inline] |
