org.optaplanner.examples.vehiclerouting.solver.score
public class VehicleRoutingSimpleScoreCalculator extends Object implements org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VehicleRoutingSolution>
Constructor and Description |
---|
VehicleRoutingSimpleScoreCalculator() |
Modifier and Type | Method and Description |
---|---|
org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore |
calculateScore(VehicleRoutingSolution schedule) |
public org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore calculateScore(VehicleRoutingSolution schedule)
calculateScore
in interface org.optaplanner.core.impl.score.director.simple.SimpleScoreCalculator<VehicleRoutingSolution>
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.