KLargestReducedCost

class KLargestReducedCost : public KVariableSelector

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

Note that it does NOT call the solve() method of the solver automatically. The current LP solution is simply read as it is.

Since

2016.1

Public Functions

KLargestReducedCost(KLinearRelaxationSolver*)

Constructor.

KLargestReducedCost(const KLargestReducedCost &toCopy)

Copy constructor.

virtual ~KLargestReducedCost()

Destructor.