The MCFClass Project
|
Testing template class for Min Cost Flow Problem solvers deriving from MCFClass. More...
#include "MCFClass.h"
Classes | |
class | MCFClone< Master, Slave > |
MCFClone derives from MCFClass and is a template class for testing Min Cost Flow Problem solvers deriving from MCFClass. 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. | |
Testing template class for Min Cost Flow Problem solvers deriving from MCFClass.
It is a template deriving from Master and holding an object of class Slave (both deriving from MCFClass), that does whatever Master does but also does whatever Slave does. The output is that of Master.