NPV\_Mixin ========== (class from :py:mod:`pyomo.core.expr.base`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.expr.base import * try: from pyomo.core.expr.base import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.expr.base .. autoclass:: pyomo.core.expr.base::NPV_Mixin :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NPV_Mixin.__init__ ~NPV_Mixin.create_node_with_local_data ~NPV_Mixin.is_potentially_variable ~NPV_Mixin.potentially_variable_base_class .. rubric:: Member Documentation