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