LLVM API Documentation

Public Types | Static Public Member Functions
PBQP::GraphBase Class Reference

#include <Graph.h>

Inheritance diagram for PBQP::GraphBase:
Inheritance graph
[legend]

List of all members.

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.

Detailed Description

Definition at line 27 of file Graph.h.


Member Typedef Documentation

Definition at line 30 of file Graph.h.

Definition at line 29 of file Graph.h.


Member Function Documentation

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]

Returns a value representing an invalid (non-existent) node.

Definition at line 33 of file Graph.h.


The documentation for this class was generated from the following file: