Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ constraint_solver/

operations_research::Arc Struct Reference

Outgoing dependency from a node (destination, offset). More...

List of all members.

Public Member Functions

 Arc (DependencyGraphNode *const n, int64 o)

Public Attributes

DependencyGraphNodenode
int64 offset


Detailed Description

Outgoing dependency from a node (destination, offset).

Definition at line 29 of file dependency_graph.cc.


Constructor & Destructor Documentation

operations_research::Arc::Arc ( DependencyGraphNode *const   n,
int64  o 
) [inline]

Definition at line 30 of file dependency_graph.cc.


Member Data Documentation

Definition at line 31 of file dependency_graph.cc.

Definition at line 32 of file dependency_graph.cc.


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