Here is a list of all documented files with brief descriptions:
| CQKnPClass.h | 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 |
| CQKnPClone.h | Definition of implementation of the template class CQKnPClone |
| CQKnPCplex.h | Continuous Quadratic Knapsack Problems (CQKnP) solver based on calls to the CPLEX callable library |
| DualCQKnP.h | Basis Continuous Quadratic Knapsack Problems (CQKnP) solver based on the standard dual-ascent approach |
| ExDualCQKnP.h | Continuous Quadratic Knapsack Problems (CQKnP) solver based on the standard dual-ascent approach, which extends the DualCQKnP class to non-negative quadratic costs and extended real bounds (and therefore fully conforms to the standard interface for CQKnP solver defined by the abstract base class CQKnpClass) |