AMPLExternalFunction ==================== (class from :py:mod:`pyomo.core.base.external`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.external import * try: from pyomo.core.base.external import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.external .. autoclass:: pyomo.core.base.external::AMPLExternalFunction :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~AMPLExternalFunction.__init__ ~AMPLExternalFunction.clear_suffix_value ~AMPLExternalFunction.cname ~AMPLExternalFunction.construct ~AMPLExternalFunction.display ~AMPLExternalFunction.evaluate ~AMPLExternalFunction.evaluate_fgh ~AMPLExternalFunction.get_arg_units ~AMPLExternalFunction.get_suffix_value ~AMPLExternalFunction.get_units ~AMPLExternalFunction.getname ~AMPLExternalFunction.is_component_type ~AMPLExternalFunction.is_constructed ~AMPLExternalFunction.is_expression_type ~AMPLExternalFunction.is_indexed ~AMPLExternalFunction.is_logical_type ~AMPLExternalFunction.is_named_expression_type ~AMPLExternalFunction.is_numeric_type ~AMPLExternalFunction.is_parameter_type ~AMPLExternalFunction.is_reference ~AMPLExternalFunction.is_variable_type ~AMPLExternalFunction.load_library ~AMPLExternalFunction.model ~AMPLExternalFunction.parent_block ~AMPLExternalFunction.parent_component ~AMPLExternalFunction.pprint ~AMPLExternalFunction.reconstruct ~AMPLExternalFunction.root_block ~AMPLExternalFunction.set_suffix_value ~AMPLExternalFunction.type ~AMPLExternalFunction.valid_model_component .. rubric:: Attributes .. autosummary:: ~AMPLExternalFunction.active ~AMPLExternalFunction.ctype ~AMPLExternalFunction.local_name ~AMPLExternalFunction.name .. rubric:: Member Documentation