algorithms
Class HardPickupAndDeliveryBackhaulActivityLevelConstraint

java.lang.Object
  extended by algorithms.HardPickupAndDeliveryBackhaulActivityLevelConstraint
All Implemented Interfaces:
HardActivityLevelConstraint

public class HardPickupAndDeliveryBackhaulActivityLevelConstraint
extends java.lang.Object
implements HardActivityLevelConstraint


Constructor Summary
HardPickupAndDeliveryBackhaulActivityLevelConstraint(StateManager stateManager)
           
 
Method Summary
 boolean fulfilled(InsertionContext iFacts, TourActivity prevAct, TourActivity newAct, TourActivity nextAct, double prevActDepTime)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HardPickupAndDeliveryBackhaulActivityLevelConstraint

public HardPickupAndDeliveryBackhaulActivityLevelConstraint(StateManager stateManager)
Method Detail

fulfilled

public boolean fulfilled(InsertionContext iFacts,
                         TourActivity prevAct,
                         TourActivity newAct,
                         TourActivity nextAct,
                         double prevActDepTime)
Specified by:
fulfilled in interface HardActivityLevelConstraint