The MCFClass Project
MCFCplex.h File Reference

Quadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries. More...

#include "MCFClass.h"
#include <ilcplex/cplex.h>

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.
 

Detailed Description

Quadratic Min Cost Flow problems solver, based on calls to the Cplex Callable Libraries.

Conforms to the standard MCF interface defined in MCFClass.h

Author
Antonio Frangioni
Dipartimento di Informatica
Universita' di Pisa
Antonio Manca
Dipartimento di Informatica
Universita' di Pisa
Matteo Sammartino
Dipartimento di Informatica
Universita' di Pisa