NLWriter ======== (class from :py:mod:`pyomo.contrib.appsi.writers.nl_writer`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.appsi.writers.nl_writer import * try: from pyomo.contrib.appsi.writers.nl_writer import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.appsi.writers.nl_writer .. autoclass:: pyomo.contrib.appsi.writers.nl_writer::NLWriter :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~NLWriter.__init__ ~NLWriter.add_block ~NLWriter.add_constraints ~NLWriter.add_params ~NLWriter.add_sos_constraints ~NLWriter.add_variables ~NLWriter.get_active_objective ~NLWriter.get_ordered_cons ~NLWriter.get_ordered_vars ~NLWriter.remove_block ~NLWriter.remove_constraints ~NLWriter.remove_params ~NLWriter.remove_sos_constraints ~NLWriter.remove_variables ~NLWriter.set_instance ~NLWriter.set_objective ~NLWriter.update ~NLWriter.update_params ~NLWriter.update_variables ~NLWriter.write .. rubric:: Attributes .. autosummary:: ~NLWriter.config ~NLWriter.symbol_map ~NLWriter.update_config .. rubric:: Member Documentation