solver¶
This module contains the definition of the solver class.
- prepshot.solver.get_solver(params)[源代码]¶
Retrieve the solver object based on parameters.
- 参数
params (dict) -- Configuration dictionary with solver details.
- 返回
Solver object based on the configuration.
- 返回类型
object