Interface AlgorithmFactory

    • Method Detail

      • createAlgorithm

        Algorithm createAlgorithm​(Solver solver)
        create a calculator for the given solver
        Parameters:
        solver - the solver for which to create a calculator
        Returns:
        the calculator