Here is a list of all documented files with brief descriptions:
[detail level 12]
▼ MCFClass | |
MCFClass.h | Header file for the abstract base class MCFClass, which defines a standard interface for (linear or convex quadratic separable) Min Cost Flow Problem solvers, to be implemented as derived classes |
▼ MCFClone | |
MCFClone.h | Testing template class for Min Cost Flow Problem solvers deriving from MCFClass |
▼ MCFCplex | |
MCFCplex.h | Quadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries |
▼ MCFSimplex | |
MCFSimplex.h | Linear and Quadratic Min Cost Flow problems solver based on the (primal and dual) simplex algorithm |
▼ OPTUtils | |
OPTUtils.h | Small classes are provided for: |
▼ RelaxIV | |
RelaxIV.h | Linear Min Cost Flow problems solver, based on the RELAXIV code by D |
▼ SPTree | |
SPTree.h | Definition of SPTree, a class deriving from MCFClass, and therefore conforming to the standard MCF interface defined therein, and implementing several "classic" Shortest Path Tree algorithms to solve uncapacitated single-source Min Cost Flow problems |
Manual.h | User Manual for the "pure LGPL part" of the MCFClass project, a set of C++ solvers for (Linear or Convex Quadratic Separable) Min Cost Flow Problem solvers under the same interface deriving from the base class MCFClass |