|
CNDSM
1.00
|
Quadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries. More...
Classes | |
| 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... | |
Macros | |
| #define | CNUMBER_IS_DOUBLE 1 |
| Tells if CNumber is in fact double. More... | |
| #define | FNUMBER_IS_DOUBLE 1 |
| Tells if FNumber is in fact double. More... | |
| #define | INDEX_IS_UINT 1 |
| Tells if Index is in fact [unsigned] int. More... | |
| #define | DYNMC_MCF_CPX 1 |
| Decides if the graph topology (arcs, nodes) can be changed. More... | |
Quadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries.
Conforms to the standard MCF interface defined in MCFClass.h