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