The MCFClass Project
|
The namespace MCFClass_di_unipi_it is defined to hold the MCFClass class and all the relative stuff. More...
Classes | |
class | MCFClass |
This abstract base class defines a standard interface for (linear or convex quadartic separable) Min Cost Flow (MCF) problem solvers. More... | |
class | MCFClone |
MCFClone derives from MCFClass and is a template class for testing Min Cost Flow Problem solvers deriving from MCFClass. More... | |
class | MCFCplex |
The MCFCplex class 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. More... | |
class | MCFSimplex |
The MCFSimplex class 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. More... | |
class | RelaxIV |
The RelaxIV class derives from the abstract base class MCFClass, thus sharing its (standard) interface, and implements a Relaxation algorithm for solving (Linear) Min Cost Flow problems. More... | |
class | SPTree |
The SPTree class 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. More... | |
The namespace MCFClass_di_unipi_it is defined to hold the MCFClass class and all the relative stuff.
It comprises the namespace OPTtypes_di_unipi_it.