Interface SolverManager.SolvingTask
-
- All Superinterfaces:
Callable<VehicleRoutingSolution>
- Enclosing class:
- SolverManager
static interface SolverManager.SolvingTask extends Callable<VehicleRoutingSolution>
An alias interface that fixates the Callable's type parameter. This avoids unchecked warnings in tests.