Here is a list of all documented namespaces with brief descriptions:
[detail level 123]
▼NMCFClass_di_unipi_it | The namespace MCFClass_di_unipi_it is defined to hold the MCFClass class and all the relative stuff |
▼CMCFClass | This abstract base class defines a standard interface for (linear or convex quadartic separable) Min Cost Flow (MCF) problem solvers |
CMCFException | Small class for exceptions |
CMCFState | Base class for representing the internal state of the MCF algorithm |
CMCFClone | MCFClone derives from MCFClass and is a template class for testing Min Cost Flow Problem solvers deriving from MCFClass |
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 |
▼NOPTtypes_di_unipi_it | The namespace OPTtypes_di_unipi_it is defined to hold all the data types, constants, classes and functions defined here |
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 |