Highs ===== (class from :py:mod:`pyomo.contrib.solver.solvers.highs`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.solver.solvers.highs import * try: from pyomo.contrib.solver.solvers.highs import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.solver.solvers.highs .. autoclass:: pyomo.contrib.solver.solvers.highs::Highs :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Highs.__init__ ~Highs.add_block ~Highs.add_constraints ~Highs.add_parameters ~Highs.add_sos_constraints ~Highs.add_variables ~Highs.api_version ~Highs.available ~Highs.is_persistent ~Highs.remove_block ~Highs.remove_constraints ~Highs.remove_parameters ~Highs.remove_sos_constraints ~Highs.remove_variables ~Highs.set_instance ~Highs.set_objective ~Highs.solve ~Highs.update ~Highs.update_parameters ~Highs.update_variables ~Highs.version .. rubric:: Attributes .. autosummary:: ~Highs.CONFIG ~Highs.name ~Highs.config .. rubric:: Member Documentation