LLVM API Documentation
#include <Graph.h>
Public Types | |
typedef unsigned | NodeId |
typedef unsigned | EdgeId |
Static Public Member Functions | |
static NodeId | invalidNodeId () |
Returns a value representing an invalid (non-existent) node. | |
static EdgeId | invalidEdgeId () |
Returns a value representing an invalid (non-existent) edge. |
typedef unsigned PBQP::GraphBase::EdgeId |
typedef unsigned PBQP::GraphBase::NodeId |
static EdgeId PBQP::GraphBase::invalidEdgeId | ( | ) | [inline, static] |
Returns a value representing an invalid (non-existent) edge.
Definition at line 38 of file Graph.h.
Referenced by PBQP::Graph< SolverT >::findEdge().
static NodeId PBQP::GraphBase::invalidNodeId | ( | ) | [inline, static] |