CNDSM  1.00
CQKnPClass.h File Reference

Definition of the abstract base class CQKnPClass, which implements a standard interface for Continuous Quadratic Knapsack Problem (CQKnP) solvers to be implemented as derived classes. More...

#include <limits>
#include <exception>
#include <iostream>

Classes

class  CQKnPClass
 The class ContQKsk defines an interface for Continuous Quadratic Knapsack problems (CQKnP) solvers. More...
 
class  CQKnPClass::CQKException
 Small class for exceptions. More...
 
class  CQKnPClass::Inf< T >
 Small class using std::numeric_limits to extract the "infinity" value of a basic type (just use Inf<type>()). More...
 

Macros

#define CQKnPClass_LOG   0
 If CQKnPClass_LOG > 0, data structures and methods to log the activities of the (actual) solver are added to the (abstract) interface. More...
 

Detailed Description

Definition of the abstract base class CQKnPClass, which implements a standard interface for Continuous Quadratic Knapsack Problem (CQKnP) solvers to be implemented as derived classes.

Version
1.05
Date
22 - 12 - 2012
Author
Antonio Frangioni
Operations Research Group
Dipartimento di Informatica
Universita' di Pisa
Enrico Gorgone
Dipartimento di Elettronica Informatica e Sistemistica
Universita' della Calabria
Copyright &copy 2011 - 2012 by Antonio Frangioni, Enrico Gorgone.