gem.solvers.gem_solver.gemSolver.__init__

gemSolver.__init__(solver_params=None, solver_type=None)[source]
Parameters:
  • solver_params – dict, optional. Solver-specific parameters. Keys depend on the solver (default: None, i.e. an empty dict). It is copied, so later changes to the dict passed here do not affect the solver (and vice versa).

  • solver_type – str, optional. Name of the solver, used in the printout (default: None, i.e. the name of the class).