The MCFClass Project
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
 CMCFClassThis abstract base class defines a standard interface for (linear or convex quadartic separable) Min Cost Flow (MCF) problem solvers
 CMCFCplexDerives from the abstract base class MCFClass, thus sharing its (standard) interface, and solves (Linear) Min Cost Flow problems via calls to Cplex Callable Library functions
 CMCFSimplexDerives from the abstract base class MCFClass, thus sharing its (standard) interface, and implements both the Primal and Dual network simplex algorithms for solving (Linear and Quadratic) Min Cost Flow problems
 CRelaxIVDerives from the abstract base class MCFClass, thus sharing its (standard) interface, and implements a Relaxation algorithm for solving (Linear) Min Cost Flow problems
 CSPTreeDerives from the abstract base class MCFClass, thus sharing its (standard) interface, and implements Shortest Path Tree algorithms for solving "uncapacitated" (Linear) Min Cost Flow problems with one source node
 CMCFClone< Master, Slave >MCFClone derives from MCFClass and is a template class for testing Min Cost Flow Problem solvers deriving from MCFClass
 CMCFClass::MCFExceptionSmall class for exceptions
 CMCFClass::MCFStateBase class for representing the internal state of the MCF algorithm
 COPTrandProvide a common interface to the different random generators that are available in different platforms
 COPTtimersProvides a common interface to the different timing routines that are available in different platforms