solver¶
This module contains the definition of the solver class.
- prepshot.solver.get_solver(params)[source]¶
Retrieve the solver object based on parameters.
- Parameters
params (dict) -- Configuration dictionary with solver details.
- Returns
Solver object based on the configuration.
- Return type
object