.. _opt_index_properties_parameters: ============================== Solver Properties & Parameters ============================== .. toctree:: :hidden: :maxdepth: 1 solver_nl_properties solver_nl_parameters solver_cqm_properties solver_cqm_parameters solver_bqm_properties solver_bqm_parameters solver_dqm_properties solver_dqm_parameters The |cloud| service provides several :term:`hybrid` :term:`solvers ` with the properties and configurable parameters described here. For the properties and parameters of :term:`QPU` solvers, see the :ref:`qpu_index_solver_properties` and :ref:`qpu_solver_parameters` sections. Nonlinear Solver ================ `Nonlinear programming (NLP) `_ is the process of solving an optimization problem where some of the constraints are not linear equalities and/or the objective function is not a linear\ function. Such optimization problems are pervasive in business and logistics: inventory management, scheduling employees, equipment delivery, and many more. Large optimization problems can be formulated as :ref:`nonlinear models `, as described in the :ref:`opt_model_construction_nl` section. You can then use the nonlinear hybrid :term:`solver` hosted in the |cloud_tm| service to find good solutions. .. grid:: 3 :gutter: 2 .. grid-item-card:: :ref:`opt_solver_nl_properties` :link: opt_solver_nl_properties :link-type: ref Properties of the nonlinear solver. .. grid-item-card:: :ref:`opt_solver_nl_parameters` :link: opt_solver_nl_parameters :link-type: ref Parameters of the nonlinear solver. CQM Solver ========== Large optimization problems can be formulated as :ref:`constrained quadratic models `, as described in the :ref:`opt_model_construction_qm` section. You can then use the CQM hybrid :term:`solver` hosted in the |cloud| service to find good solutions. .. grid:: 3 :gutter: 2 .. grid-item-card:: :ref:`opt_solver_cqm_properties` :link: opt_solver_cqm_properties :link-type: ref Properties of the CQM solver. .. grid-item-card:: :ref:`opt_solver_cqm_parameters` :link: opt_solver_cqm_parameters :link-type: ref Parameters of the CQM solver. Additional Solvers ================== BQM Solver ---------- .. grid:: 3 :gutter: 2 .. grid-item-card:: :ref:`opt_solver_bqm_properties` :link: opt_solver_bqm_properties :link-type: ref Properties of the binary quadratic model (BQM) solver. .. grid-item-card:: :ref:`opt_solver_bqm_parameters` :link: opt_solver_bqm_parameters :link-type: ref Parameters of the BQM solver. DQM Solver ---------- .. grid:: 3 :gutter: 2 .. grid-item-card:: :ref:`opt_solver_dqm_properties` :link: opt_solver_dqm_properties :link-type: ref Properties of the discrete quadratic model (DQM) solver. .. grid-item-card:: :ref:`opt_solver_dqm_parameters` :link: opt_solver_dqm_parameters :link-type: ref Parameters of the DQM solver. Examples ======== Nonlinear Solver ---------------- .. include:: ../shared/examples.rst :start-after: start_nl1 :end-before: end_nl1 CQM Solver ---------- .. include:: ../shared/examples.rst :start-after: start_cqm1 :end-before: end_cqm1