algorithms
Class HardTimeWindowActivityLevelConstraint

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

public class HardTimeWindowActivityLevelConstraint
extends java.lang.Object
implements HardActivityLevelConstraint

ljsljslfjs

Author:
stefan

Constructor Summary
HardTimeWindowActivityLevelConstraint(StateManager states, VehicleRoutingTransportCosts routingCosts)
           
 
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

HardTimeWindowActivityLevelConstraint

public HardTimeWindowActivityLevelConstraint(StateManager states,
                                             VehicleRoutingTransportCosts routingCosts)
Method Detail

fulfilled

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