graphsup.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::VVGNode |
| Base class for nodes in the variable-value-graph. More... | |
| class | Gecode::Int::GCC::VarNode |
| Variable Node More... | |
| class | Gecode::Int::GCC::ValNode |
| Value node. More... | |
| class | Gecode::Int::GCC::Edge |
Class for edges in the variable-value-graph. More... | |
| class | Gecode::Int::GCC::VarValGraph< View, Card, isView > |
| Variable-value-graph used during propagation. More... | |
Enumerations | |
| enum | Gecode::Int::GCC::BC { Gecode::Int::GCC::UBC = 1, Gecode::Int::GCC::LBC = 0 } |
| Bounds constraint (BC) type. More... | |
Functions | |
| std::ostream & | operator<< (std::ostream &os, Gecode::Int::GCC::VarNode *v) |
| Debugging: print a variable node. | |
| std::ostream & | operator<< (std::ostream &os, Gecode::Int::GCC::ValNode *v) |
| Debugging: print a value node. | |
| std::ostream & | operator<< (std::ostream &os, Gecode::Int::GCC::Edge *e) |
| Edge Debugging: print an edge. | |
Function Documentation
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Gecode::Int::GCC::VarNode * | v | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Gecode::Int::GCC::ValNode * | v | |||
| ) | [inline] |
| std::ostream& operator<< | ( | std::ostream & | os, | |
| Gecode::Int::GCC::Edge * | e | |||
| ) | [inline] |

in the variable-value-graph.