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

operations_research::Demand Struct Reference

Solving the Problem. More...

List of all members.

Public Member Functions

 Demand (int the_source, int the_destination, int the_traffic)

Public Attributes

int source
int destination
int traffic


Detailed Description

Solving the Problem.

Useful data struct to hold demands.

Definition at line 397 of file network_routing.cc.


Constructor & Destructor Documentation

operations_research::Demand::Demand ( int  the_source,
int  the_destination,
int  the_traffic 
) [inline]

Definition at line 399 of file network_routing.cc.


Member Data Documentation

Definition at line 403 of file network_routing.cc.

Definition at line 404 of file network_routing.cc.

Definition at line 405 of file network_routing.cc.


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