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

operations_research::RoutingCache Class Reference

Cached callbacks. More...

List of all members.

Public Member Functions

 RoutingCache (RoutingModel::NodeEvaluator2 *callback, int size)
int64 Run (RoutingModel::NodeIndex i, RoutingModel::NodeIndex j)


Detailed Description

Cached callbacks.

Definition at line 333 of file routing.cc.


Constructor & Destructor Documentation

operations_research::RoutingCache::RoutingCache ( RoutingModel::NodeEvaluator2 callback,
int  size 
) [inline]

Definition at line 335 of file routing.cc.


Member Function Documentation

int64 operations_research::RoutingCache::Run ( RoutingModel::NodeIndex  i,
RoutingModel::NodeIndex  j 
) [inline]

Definition at line 343 of file routing.cc.


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