Interface PinningFilter<Solution_,​Entity_>

    • Method Detail

      • accept

        boolean accept​(Solution_ solution,
                       Entity_ entity)
        Parameters:
        solution - working solution to which the entity belongs
        entity - never null, a PlanningEntity
        Returns:
        true if the entity it is pinned, false if the entity is movable.