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