Class HighestWeightSelector

  • All Implemented Interfaces:
    GroupLevelPlanSelector

    public final class HighestWeightSelector
    extends Object
    implements GroupLevelPlanSelector
    Selects the plan combination with the highest (implementation specific) weight.
    To do so, it iteratively constructs the joint plan using a branch-and-bound approach, which avoids exploring the full set of combinations.
    Author:
    thibautd