MOSEK ===== (class from :py:mod:`pyomo.solvers.plugins.solvers.mosek_direct`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.solvers.plugins.solvers.mosek_direct import * try: from pyomo.solvers.plugins.solvers.mosek_direct import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.solvers.plugins.solvers.mosek_direct .. autoclass:: pyomo.solvers.plugins.solvers.mosek_direct::MOSEK :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~MOSEK.__init__ ~MOSEK.api_version ~MOSEK.available ~MOSEK.config_block ~MOSEK.default_variable_value ~MOSEK.has_capability ~MOSEK.license_is_valid ~MOSEK.problem_format ~MOSEK.reset ~MOSEK.results_format ~MOSEK.set_callback ~MOSEK.set_options ~MOSEK.set_problem_format ~MOSEK.set_results_format ~MOSEK.solve ~MOSEK.version ~MOSEK.warm_start_capable .. rubric:: Attributes .. autosummary:: ~MOSEK.keepfiles ~MOSEK.log_file ~MOSEK.soln_file ~MOSEK.suffixes ~MOSEK.symbolic_solver_labels ~MOSEK.tee ~MOSEK.warm_start_file_name ~MOSEK.warm_start_solve .. rubric:: Member Documentation