The MCFClass Project
File List
Here is a list of all documented files with brief descriptions:
[detail level 12]
  MCFClass
 MCFClass.hHeader 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.hTesting template class for Min Cost Flow Problem solvers deriving from MCFClass
  MCFCplex
 MCFCplex.hQuadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries
  MCFSimplex
 MCFSimplex.hLinear and Quadratic Min Cost Flow problems solver based on the (primal and dual) simplex algorithm
  OPTUtils
 OPTUtils.hSmall classes are provided for:
  RelaxIV
 RelaxIV.hLinear Min Cost Flow problems solver, based on the RELAXIV code by D
  SPTree
 SPTree.hDefinition 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.hUser 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