Class AlgorithmManagerImpl

    • Constructor Detail

      • AlgorithmManagerImpl

        public AlgorithmManagerImpl()
    • Method Detail

      • getAlgorithm

        public Algorithm getAlgorithm​(Solver solver)
        Description copied from interface: AlgorithmManager
        must return an instance of an algorithm that uses the given solver. It should return always the same instance for the same solver instance.
        Specified by:
        getAlgorithm in interface AlgorithmManager
        Parameters:
        solver - the solver for which to find an algorithm
        Returns:
        the algorithm