GUROBISHELL =========== (class from :py:mod:`pyomo.solvers.plugins.solvers.GUROBI`) .. 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.GUROBI import * try: from pyomo.solvers.plugins.solvers.GUROBI import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.solvers.plugins.solvers.GUROBI .. autoclass:: pyomo.solvers.plugins.solvers.GUROBI::GUROBISHELL :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~GUROBISHELL.__init__ ~GUROBISHELL.api_version ~GUROBISHELL.available ~GUROBISHELL.config_block ~GUROBISHELL.create_command_line ~GUROBISHELL.default_variable_value ~GUROBISHELL.executable ~GUROBISHELL.has_capability ~GUROBISHELL.license_is_valid ~GUROBISHELL.problem_format ~GUROBISHELL.process_logfile ~GUROBISHELL.process_output ~GUROBISHELL.process_soln_file ~GUROBISHELL.reset ~GUROBISHELL.results_format ~GUROBISHELL.set_callback ~GUROBISHELL.set_executable ~GUROBISHELL.set_options ~GUROBISHELL.set_problem_format ~GUROBISHELL.set_results_format ~GUROBISHELL.solve ~GUROBISHELL.version ~GUROBISHELL.warm_start_capable .. rubric:: Attributes .. autosummary:: ~GUROBISHELL.keepfiles ~GUROBISHELL.log_file ~GUROBISHELL.soln_file ~GUROBISHELL.suffixes ~GUROBISHELL.symbolic_solver_labels ~GUROBISHELL.tee ~GUROBISHELL.warm_start_file_name ~GUROBISHELL.warm_start_solve .. rubric:: Member Documentation