OptaPlanner distribution 6.0.0.CR4-Pre1

org.optaplanner.examples.vehiclerouting.solver.score
Class VehicleRoutingSimpleScoreCalculator

java.lang.Object
  extended by org.optaplanner.examples.vehiclerouting.solver.score.VehicleRoutingSimpleScoreCalculator
All Implemented Interfaces:
SimpleScoreCalculator<VrpSchedule>

public class VehicleRoutingSimpleScoreCalculator
extends Object
implements SimpleScoreCalculator<VrpSchedule>


Constructor Summary
VehicleRoutingSimpleScoreCalculator()
           
 
Method Summary
 HardSoftScore calculateScore(VrpSchedule schedule)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VehicleRoutingSimpleScoreCalculator

public VehicleRoutingSimpleScoreCalculator()
Method Detail

calculateScore

public HardSoftScore calculateScore(VrpSchedule schedule)
Specified by:
calculateScore in interface SimpleScoreCalculator<VrpSchedule>
Parameters:
schedule - never null
Returns:
never null

OptaPlanner distribution 6.0.0.CR4-Pre1

Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.