SolutionSet =========== (class from :py:mod:`pyomo.opt.results.solution`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.opt.results.solution import * try: from pyomo.opt.results.solution import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.opt.results.solution .. autoclass:: pyomo.opt.results.solution::SolutionSet :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SolutionSet.__init__ ~SolutionSet.add ~SolutionSet.clear ~SolutionSet.delete ~SolutionSet.insert ~SolutionSet.load ~SolutionSet.pprint .. rubric:: Member Documentation