File List
Here is a list of all documented files with brief descriptions:
CQKnPClass.hDefinition 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.hDefinition of implementation of the template class CQKnPClone
CQKnPCplex.hContinuous Quadratic Knapsack Problems (CQKnP) solver based on calls to the CPLEX callable library
DualCQKnP.hBasis Continuous Quadratic Knapsack Problems (CQKnP) solver based on the standard dual-ascent approach
ExDualCQKnP.hContinuous 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)