org.optaplanner.examples.vehiclerouting.domain.solver
public class VrpCustomerDifficultyComparator extends Object implements Comparator<VrpCustomer>, Serializable
Constructor and Description |
---|
VrpCustomerDifficultyComparator() |
Modifier and Type | Method and Description |
---|---|
int |
compare(VrpCustomer a,
VrpCustomer b) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
equals
public int compare(VrpCustomer a, VrpCustomer b)
compare
in interface Comparator<VrpCustomer>
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.