Class TSDistance
java.lang.Object
org.ddolib.examples.talentscheduling.TSDistance
- All Implemented Interfaces:
StateDistance<TSState>
-
Constructor Details
-
TSDistance
-
-
Method Details
-
distance
Description copied from interface:StateDistanceComputes the discrete distance between two states.- Specified by:
distancein interfaceStateDistance<TSState>- Parameters:
a- the first stateb- the second state- Returns:
- the distance between
aandb
-