AMPLRepn ======== (class from :py:mod:`pyomo.repn.ampl`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.repn.ampl import * try: from pyomo.repn.ampl import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.repn.ampl .. autoclass:: pyomo.repn.ampl::AMPLRepn :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AMPLRepn.__init__ ~AMPLRepn.append ~AMPLRepn.compile_nonlinear_fragment ~AMPLRepn.compile_repn ~AMPLRepn.duplicate ~AMPLRepn.to_expr .. rubric:: Attributes .. autosummary:: ~AMPLRepn.nl ~AMPLRepn.mult ~AMPLRepn.const ~AMPLRepn.linear ~AMPLRepn.nonlinear ~AMPLRepn.named_exprs .. rubric:: Member Documentation