Generated on Mon Aug 25 11:35:45 2008 for Gecode by doxygen 1.5.6

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 $ e(x,v) $ 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]

Debugging: print a variable node.

Definition at line 441 of file graphsup.icc.

std::ostream& operator<< ( std::ostream &  os,
Gecode::Int::GCC::ValNode v 
) [inline]

Debugging: print a value node.

Definition at line 453 of file graphsup.icc.

std::ostream& operator<< ( std::ostream &  os,
Gecode::Int::GCC::Edge e 
) [inline]

Edge Debugging: print an edge.

Definition at line 1010 of file graphsup.icc.