KNumLargestReducedCost

class KNumLargestReducedCost : public KNumVariableSelector

This variable selector selects the variable with biggest reduced cost in current LP solution of the provided linear relaxation solver.

Since

2016.1

Public Functions

KNumLargestReducedCost(KLinearRelaxationSolver*)

Constructor.

KNumLargestReducedCost(const KNumLargestReducedCost &toCopy)

Copy constructor.

virtual ~KNumLargestReducedCost()

Destructor.