SolutionLoaderBase ================== (class from :py:mod:`pyomo.contrib.solver.solution`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.solver.solution import * .. currentmodule:: pyomo.contrib.solver.solution .. autoclass:: pyomo.contrib.solver.solution::SolutionLoaderBase :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SolutionLoaderBase.__init__ ~SolutionLoaderBase.get_duals ~SolutionLoaderBase.get_primals ~SolutionLoaderBase.get_reduced_costs ~SolutionLoaderBase.load_vars .. rubric:: Member Documentation