protected static class OptimalScheduleFinder._StateComparatorMaximumProgress extends OptimalScheduleFinder._StateComparator
Modifier and Type | Field and Description |
---|---|
(package private) OptimalScheduleFinder._StateComparator |
_backupComparator
a secondary comparator to break a tie.
|
Constructor and Description |
---|
_StateComparatorMaximumProgress()
Construct an instance of StateComparatorMaximumProgress.
|
Modifier and Type | Method and Description |
---|---|
int |
compare(java.lang.Object o1,
java.lang.Object o2)
Compare the states based on smallest number of remaining firings.
|
OptimalScheduleFinder._StateComparator _backupComparator