This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
▼CMCFClass | This abstract base class defines a standard interface for (linear or convex quadartic separable) Min Cost Flow (MCF) problem solvers |
CMCFCplex | Derives 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 |
CMCFSimplex | Derives 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 |
CRelaxIV | Derives from the abstract base class MCFClass, thus sharing its (standard) interface, and implements a Relaxation algorithm for solving (Linear) Min Cost Flow problems |
CSPTree | Derives 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::MCFException | Small class for exceptions |
CMCFClass::MCFState | Base class for representing the internal state of the MCF algorithm |
COPTrand | Provide a common interface to the different random generators that are available in different platforms |
COPTtimers | Provides a common interface to the different timing routines that are available in different platforms |