Class KLargestReducedCost


  • public class KLargestReducedCost
    extends 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