Uses of Interface
basics.algo.PrematureAlgorithmBreaker

Packages that use PrematureAlgorithmBreaker
basics   
basics.algo   
 

Uses of PrematureAlgorithmBreaker in basics
 

Methods in basics with parameters of type PrematureAlgorithmBreaker
 void VehicleRoutingAlgorithm.setPrematureAlgorithmBreaker(PrematureAlgorithmBreaker prematureAlgorithmBreaker)
           
 

Uses of PrematureAlgorithmBreaker in basics.algo
 

Classes in basics.algo that implement PrematureAlgorithmBreaker
 class IterationWithoutImprovementBreaker
           
 class TimeBreaker
           
 class VariationCoefficientBreaker