CNDSM
1.00
|
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. More...
#include "OPTUtils.h"
#include <iomanip>
#include <sstream>
#include <limits>
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 | MCFClass::MCFException |
Very small class to simplify extracting the "+ infinity" value for a basic type (FNumber, CNumber, Index); just use Inf<type>(). More... | |
class | MCFClass::MCFState |
Base class for representing the internal state of the MCF algorithm. More... | |
Macros | |
#define | USENAME0 0 |
Decides if 0 or 1 is the "name" of the first node. More... | |
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.