pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
py-pyomo: initial revision
Module Name: pkgsrc-wip
Committed By: mayuresh <mayuresh%acm.org@localhost>
Pushed By: mayuresh
Date: Mon Sep 23 16:42:08 2024 +0530
Changeset: 71c52bf6d4e5018cf708327664404fca0f974202
Added Files:
py-pyomo/COMMIT_MSG
py-pyomo/DESCR
py-pyomo/Makefile
py-pyomo/PLIST
py-pyomo/distinfo
Log Message:
py-pyomo: initial revision
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=71c52bf6d4e5018cf708327664404fca0f974202
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
py-pyomo/COMMIT_MSG | 3 +
py-pyomo/DESCR | 17 +
py-pyomo/Makefile | 19 +
py-pyomo/PLIST | 3918 +++++++++++++++++++++++++++++++++++++++++++++++++++
py-pyomo/distinfo | 5 +
5 files changed, 3962 insertions(+)
diffs:
diff --git a/py-pyomo/COMMIT_MSG b/py-pyomo/COMMIT_MSG
new file mode 100644
index 0000000000..a6a082eff0
--- /dev/null
+++ b/py-pyomo/COMMIT_MSG
@@ -0,0 +1,3 @@
+math/py-pyomo: Add pyomo version 6.8.0
+
+Packaged in wip by Mayuresh (mayuresh%acm.org@localhost)
diff --git a/py-pyomo/DESCR b/py-pyomo/DESCR
new file mode 100644
index 0000000000..b987dcfc89
--- /dev/null
+++ b/py-pyomo/DESCR
@@ -0,0 +1,17 @@
+Pyomo is a Python-based open-source software package that supports a diverse
+set of optimization capabilities for formulating and analyzing optimization
+models. Pyomo can be used to define symbolic problems, create concrete problem
+instances, and solve these instances with standard solvers. Pyomo supports a
+wide range of problem types, including:
+
+ Linear programming
+ Quadratic programming
+ Nonlinear programming
+ Mixed-integer linear programming
+ Mixed-integer quadratic programming
+ Mixed-integer nonlinear programming
+ Mixed-integer stochastic programming
+ Generalized disjunctive programming
+ Differential algebraic equations
+ Mathematical programming with equilibrium constraints
+ Constraint programming
diff --git a/py-pyomo/Makefile b/py-pyomo/Makefile
new file mode 100644
index 0000000000..b9d831f9b3
--- /dev/null
+++ b/py-pyomo/Makefile
@@ -0,0 +1,19 @@
+# $NetBSD$
+
+GITHUB_PROJECT= pyomo
+GITHUB_TAG= refs/tags/6.8.0
+DISTNAME= 6.8.0
+PKGNAME= ${PYPKGPREFIX}-${GITHUB_PROJECT}-${DISTNAME}
+CATEGORIES= math python
+MASTER_SITES= ${MASTER_SITE_GITHUB:=Pyomo/}
+DIST_SUBDIR= ${GITHUB_PROJECT}
+
+MAINTAINER= pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE= https://github.com/Pyomo/pyomo/
+COMMENT= OO algebraic modeling language in Python for structured optimization
+LICENSE= modified-bsd
+
+WRKSRC= ${WRKDIR}/${GITHUB_PROJECT}-${DISTNAME}
+
+.include "../../lang/python/wheel.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/py-pyomo/PLIST b/py-pyomo/PLIST
new file mode 100644
index 0000000000..06480e6a87
--- /dev/null
+++ b/py-pyomo/PLIST
@@ -0,0 +1,3918 @@
+@comment $NetBSD$
+bin/pyomo
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/LICENSE.md
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/METADATA
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/RECORD
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/WHEEL
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/entry_points.txt
+${PYSITELIB}/Pyomo-${WHEEL_INFODIR}/top_level.txt
+${PYSITELIB}/pyomo/__future__.py
+${PYSITELIB}/pyomo/__future__.pyc
+${PYSITELIB}/pyomo/__future__.pyo
+${PYSITELIB}/pyomo/__init__.py
+${PYSITELIB}/pyomo/__init__.pyc
+${PYSITELIB}/pyomo/__init__.pyo
+${PYSITELIB}/pyomo/common/__init__.py
+${PYSITELIB}/pyomo/common/__init__.pyc
+${PYSITELIB}/pyomo/common/__init__.pyo
+${PYSITELIB}/pyomo/common/_command.py
+${PYSITELIB}/pyomo/common/_command.pyc
+${PYSITELIB}/pyomo/common/_command.pyo
+${PYSITELIB}/pyomo/common/_common.py
+${PYSITELIB}/pyomo/common/_common.pyc
+${PYSITELIB}/pyomo/common/_common.pyo
+${PYSITELIB}/pyomo/common/autoslots.py
+${PYSITELIB}/pyomo/common/autoslots.pyc
+${PYSITELIB}/pyomo/common/autoslots.pyo
+${PYSITELIB}/pyomo/common/backports.py
+${PYSITELIB}/pyomo/common/backports.pyc
+${PYSITELIB}/pyomo/common/backports.pyo
+${PYSITELIB}/pyomo/common/cmake_builder.py
+${PYSITELIB}/pyomo/common/cmake_builder.pyc
+${PYSITELIB}/pyomo/common/cmake_builder.pyo
+${PYSITELIB}/pyomo/common/collections/__init__.py
+${PYSITELIB}/pyomo/common/collections/__init__.pyc
+${PYSITELIB}/pyomo/common/collections/__init__.pyo
+${PYSITELIB}/pyomo/common/collections/bunch.py
+${PYSITELIB}/pyomo/common/collections/bunch.pyc
+${PYSITELIB}/pyomo/common/collections/bunch.pyo
+${PYSITELIB}/pyomo/common/collections/component_map.py
+${PYSITELIB}/pyomo/common/collections/component_map.pyc
+${PYSITELIB}/pyomo/common/collections/component_map.pyo
+${PYSITELIB}/pyomo/common/collections/component_set.py
+${PYSITELIB}/pyomo/common/collections/component_set.pyc
+${PYSITELIB}/pyomo/common/collections/component_set.pyo
+${PYSITELIB}/pyomo/common/collections/orderedset.py
+${PYSITELIB}/pyomo/common/collections/orderedset.pyc
+${PYSITELIB}/pyomo/common/collections/orderedset.pyo
+${PYSITELIB}/pyomo/common/config.py
+${PYSITELIB}/pyomo/common/config.pyc
+${PYSITELIB}/pyomo/common/config.pyo
+${PYSITELIB}/pyomo/common/dependencies.py
+${PYSITELIB}/pyomo/common/dependencies.pyc
+${PYSITELIB}/pyomo/common/dependencies.pyo
+${PYSITELIB}/pyomo/common/deprecation.py
+${PYSITELIB}/pyomo/common/deprecation.pyc
+${PYSITELIB}/pyomo/common/deprecation.pyo
+${PYSITELIB}/pyomo/common/download.py
+${PYSITELIB}/pyomo/common/download.pyc
+${PYSITELIB}/pyomo/common/download.pyo
+${PYSITELIB}/pyomo/common/enums.py
+${PYSITELIB}/pyomo/common/enums.pyc
+${PYSITELIB}/pyomo/common/enums.pyo
+${PYSITELIB}/pyomo/common/env.py
+${PYSITELIB}/pyomo/common/env.pyc
+${PYSITELIB}/pyomo/common/env.pyo
+${PYSITELIB}/pyomo/common/envvar.py
+${PYSITELIB}/pyomo/common/envvar.pyc
+${PYSITELIB}/pyomo/common/envvar.pyo
+${PYSITELIB}/pyomo/common/errors.py
+${PYSITELIB}/pyomo/common/errors.pyc
+${PYSITELIB}/pyomo/common/errors.pyo
+${PYSITELIB}/pyomo/common/extensions.py
+${PYSITELIB}/pyomo/common/extensions.pyc
+${PYSITELIB}/pyomo/common/extensions.pyo
+${PYSITELIB}/pyomo/common/factory.py
+${PYSITELIB}/pyomo/common/factory.pyc
+${PYSITELIB}/pyomo/common/factory.pyo
+${PYSITELIB}/pyomo/common/fileutils.py
+${PYSITELIB}/pyomo/common/fileutils.pyc
+${PYSITELIB}/pyomo/common/fileutils.pyo
+${PYSITELIB}/pyomo/common/formatting.py
+${PYSITELIB}/pyomo/common/formatting.pyc
+${PYSITELIB}/pyomo/common/formatting.pyo
+${PYSITELIB}/pyomo/common/gc_manager.py
+${PYSITELIB}/pyomo/common/gc_manager.pyc
+${PYSITELIB}/pyomo/common/gc_manager.pyo
+${PYSITELIB}/pyomo/common/getGSL.py
+${PYSITELIB}/pyomo/common/getGSL.pyc
+${PYSITELIB}/pyomo/common/getGSL.pyo
+${PYSITELIB}/pyomo/common/gsl.py
+${PYSITELIB}/pyomo/common/gsl.pyc
+${PYSITELIB}/pyomo/common/gsl.pyo
+${PYSITELIB}/pyomo/common/log.py
+${PYSITELIB}/pyomo/common/log.pyc
+${PYSITELIB}/pyomo/common/log.pyo
+${PYSITELIB}/pyomo/common/modeling.py
+${PYSITELIB}/pyomo/common/modeling.pyc
+${PYSITELIB}/pyomo/common/modeling.pyo
+${PYSITELIB}/pyomo/common/multithread.py
+${PYSITELIB}/pyomo/common/multithread.pyc
+${PYSITELIB}/pyomo/common/multithread.pyo
+${PYSITELIB}/pyomo/common/numeric_types.py
+${PYSITELIB}/pyomo/common/numeric_types.pyc
+${PYSITELIB}/pyomo/common/numeric_types.pyo
+${PYSITELIB}/pyomo/common/plugin.py
+${PYSITELIB}/pyomo/common/plugin.pyc
+${PYSITELIB}/pyomo/common/plugin.pyo
+${PYSITELIB}/pyomo/common/plugin_base.py
+${PYSITELIB}/pyomo/common/plugin_base.pyc
+${PYSITELIB}/pyomo/common/plugin_base.pyo
+${PYSITELIB}/pyomo/common/plugins.py
+${PYSITELIB}/pyomo/common/plugins.pyc
+${PYSITELIB}/pyomo/common/plugins.pyo
+${PYSITELIB}/pyomo/common/pyomo_typing.py
+${PYSITELIB}/pyomo/common/pyomo_typing.pyc
+${PYSITELIB}/pyomo/common/pyomo_typing.pyo
+${PYSITELIB}/pyomo/common/shutdown.py
+${PYSITELIB}/pyomo/common/shutdown.pyc
+${PYSITELIB}/pyomo/common/shutdown.pyo
+${PYSITELIB}/pyomo/common/sorting.py
+${PYSITELIB}/pyomo/common/sorting.pyc
+${PYSITELIB}/pyomo/common/sorting.pyo
+${PYSITELIB}/pyomo/common/tee.py
+${PYSITELIB}/pyomo/common/tee.pyc
+${PYSITELIB}/pyomo/common/tee.pyo
+${PYSITELIB}/pyomo/common/tempfiles.py
+${PYSITELIB}/pyomo/common/tempfiles.pyc
+${PYSITELIB}/pyomo/common/tempfiles.pyo
+${PYSITELIB}/pyomo/common/tests/__init__.py
+${PYSITELIB}/pyomo/common/tests/__init__.pyc
+${PYSITELIB}/pyomo/common/tests/__init__.pyo
+${PYSITELIB}/pyomo/common/tests/config_plugin.py
+${PYSITELIB}/pyomo/common/tests/config_plugin.pyc
+${PYSITELIB}/pyomo/common/tests/config_plugin.pyo
+${PYSITELIB}/pyomo/common/tests/dep_mod.py
+${PYSITELIB}/pyomo/common/tests/dep_mod.pyc
+${PYSITELIB}/pyomo/common/tests/dep_mod.pyo
+${PYSITELIB}/pyomo/common/tests/dep_mod_except.py
+${PYSITELIB}/pyomo/common/tests/dep_mod_except.pyc
+${PYSITELIB}/pyomo/common/tests/dep_mod_except.pyo
+${PYSITELIB}/pyomo/common/tests/deps.py
+${PYSITELIB}/pyomo/common/tests/deps.pyc
+${PYSITELIB}/pyomo/common/tests/deps.pyo
+${PYSITELIB}/pyomo/common/tests/import_ex.py
+${PYSITELIB}/pyomo/common/tests/import_ex.pyc
+${PYSITELIB}/pyomo/common/tests/import_ex.pyo
+${PYSITELIB}/pyomo/common/tests/relo_mod.py
+${PYSITELIB}/pyomo/common/tests/relo_mod.pyc
+${PYSITELIB}/pyomo/common/tests/relo_mod.pyo
+${PYSITELIB}/pyomo/common/tests/relo_mod_new.py
+${PYSITELIB}/pyomo/common/tests/relo_mod_new.pyc
+${PYSITELIB}/pyomo/common/tests/relo_mod_new.pyo
+${PYSITELIB}/pyomo/common/tests/relocated.py
+${PYSITELIB}/pyomo/common/tests/relocated.pyc
+${PYSITELIB}/pyomo/common/tests/relocated.pyo
+${PYSITELIB}/pyomo/common/tests/test_bunch.py
+${PYSITELIB}/pyomo/common/tests/test_bunch.pyc
+${PYSITELIB}/pyomo/common/tests/test_bunch.pyo
+${PYSITELIB}/pyomo/common/tests/test_component_map.py
+${PYSITELIB}/pyomo/common/tests/test_component_map.pyc
+${PYSITELIB}/pyomo/common/tests/test_component_map.pyo
+${PYSITELIB}/pyomo/common/tests/test_config.py
+${PYSITELIB}/pyomo/common/tests/test_config.pyc
+${PYSITELIB}/pyomo/common/tests/test_config.pyo
+${PYSITELIB}/pyomo/common/tests/test_dependencies.py
+${PYSITELIB}/pyomo/common/tests/test_dependencies.pyc
+${PYSITELIB}/pyomo/common/tests/test_dependencies.pyo
+${PYSITELIB}/pyomo/common/tests/test_deprecated.py
+${PYSITELIB}/pyomo/common/tests/test_deprecated.pyc
+${PYSITELIB}/pyomo/common/tests/test_deprecated.pyo
+${PYSITELIB}/pyomo/common/tests/test_download.py
+${PYSITELIB}/pyomo/common/tests/test_download.pyc
+${PYSITELIB}/pyomo/common/tests/test_download.pyo
+${PYSITELIB}/pyomo/common/tests/test_enums.py
+${PYSITELIB}/pyomo/common/tests/test_enums.pyc
+${PYSITELIB}/pyomo/common/tests/test_enums.pyo
+${PYSITELIB}/pyomo/common/tests/test_env.py
+${PYSITELIB}/pyomo/common/tests/test_env.pyc
+${PYSITELIB}/pyomo/common/tests/test_env.pyo
+${PYSITELIB}/pyomo/common/tests/test_errors.py
+${PYSITELIB}/pyomo/common/tests/test_errors.pyc
+${PYSITELIB}/pyomo/common/tests/test_errors.pyo
+${PYSITELIB}/pyomo/common/tests/test_fileutils.py
+${PYSITELIB}/pyomo/common/tests/test_fileutils.pyc
+${PYSITELIB}/pyomo/common/tests/test_fileutils.pyo
+${PYSITELIB}/pyomo/common/tests/test_formatting.py
+${PYSITELIB}/pyomo/common/tests/test_formatting.pyc
+${PYSITELIB}/pyomo/common/tests/test_formatting.pyo
+${PYSITELIB}/pyomo/common/tests/test_gc.py
+${PYSITELIB}/pyomo/common/tests/test_gc.pyc
+${PYSITELIB}/pyomo/common/tests/test_gc.pyo
+${PYSITELIB}/pyomo/common/tests/test_log.py
+${PYSITELIB}/pyomo/common/tests/test_log.pyc
+${PYSITELIB}/pyomo/common/tests/test_log.pyo
+${PYSITELIB}/pyomo/common/tests/test_modeling.py
+${PYSITELIB}/pyomo/common/tests/test_modeling.pyc
+${PYSITELIB}/pyomo/common/tests/test_modeling.pyo
+${PYSITELIB}/pyomo/common/tests/test_multithread.py
+${PYSITELIB}/pyomo/common/tests/test_multithread.pyc
+${PYSITELIB}/pyomo/common/tests/test_multithread.pyo
+${PYSITELIB}/pyomo/common/tests/test_numeric_types.py
+${PYSITELIB}/pyomo/common/tests/test_numeric_types.pyc
+${PYSITELIB}/pyomo/common/tests/test_numeric_types.pyo
+${PYSITELIB}/pyomo/common/tests/test_orderedset.py
+${PYSITELIB}/pyomo/common/tests/test_orderedset.pyc
+${PYSITELIB}/pyomo/common/tests/test_orderedset.pyo
+${PYSITELIB}/pyomo/common/tests/test_plugin.py
+${PYSITELIB}/pyomo/common/tests/test_plugin.pyc
+${PYSITELIB}/pyomo/common/tests/test_plugin.pyo
+${PYSITELIB}/pyomo/common/tests/test_sorting.py
+${PYSITELIB}/pyomo/common/tests/test_sorting.pyc
+${PYSITELIB}/pyomo/common/tests/test_sorting.pyo
+${PYSITELIB}/pyomo/common/tests/test_tee.py
+${PYSITELIB}/pyomo/common/tests/test_tee.pyc
+${PYSITELIB}/pyomo/common/tests/test_tee.pyo
+${PYSITELIB}/pyomo/common/tests/test_tempfile.py
+${PYSITELIB}/pyomo/common/tests/test_tempfile.pyc
+${PYSITELIB}/pyomo/common/tests/test_tempfile.pyo
+${PYSITELIB}/pyomo/common/tests/test_timing.py
+${PYSITELIB}/pyomo/common/tests/test_timing.pyc
+${PYSITELIB}/pyomo/common/tests/test_timing.pyo
+${PYSITELIB}/pyomo/common/tests/test_typing.py
+${PYSITELIB}/pyomo/common/tests/test_typing.pyc
+${PYSITELIB}/pyomo/common/tests/test_typing.pyo
+${PYSITELIB}/pyomo/common/tests/test_unittest.py
+${PYSITELIB}/pyomo/common/tests/test_unittest.pyc
+${PYSITELIB}/pyomo/common/tests/test_unittest.pyo
+${PYSITELIB}/pyomo/common/timing.py
+${PYSITELIB}/pyomo/common/timing.pyc
+${PYSITELIB}/pyomo/common/timing.pyo
+${PYSITELIB}/pyomo/common/unittest.py
+${PYSITELIB}/pyomo/common/unittest.pyc
+${PYSITELIB}/pyomo/common/unittest.pyo
+${PYSITELIB}/pyomo/contrib/__init__.py
+${PYSITELIB}/pyomo/contrib/__init__.pyc
+${PYSITELIB}/pyomo/contrib/__init__.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/__init__.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/__init__.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/__init__.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/aos_utils.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/aos_utils.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/aos_utils.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/balas.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/balas.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/balas.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum_solnpool.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum_solnpool.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/lp_enum_solnpool.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/obbt.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/obbt.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/obbt.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/shifted_lp.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/shifted_lp.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/shifted_lp.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solnpool.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solnpool.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solnpool.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solution.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solution.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/solution.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_aos_utils.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_aos_utils.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_aos_utils.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_balas.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_balas.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_balas.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_cases.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_cases.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_cases.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum_solnpool.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum_solnpool.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_lp_enum_solnpool.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_obbt.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_obbt.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_obbt.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_shifted_lp.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_shifted_lp.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_shifted_lp.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solnpool.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solnpool.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solnpool.pyo
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solution.py
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solution.pyc
+${PYSITELIB}/pyomo/contrib/alternative_solutions/tests/test_solution.pyo
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/__init__.py
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/__init__.pyc
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/__init__.pyo
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/build.py
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/build.pyc
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/build.pyo
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/plugins.py
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/plugins.pyc
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/plugins.pyo
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/src/CMakeLists.txt
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/src/FindASL.cmake
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/src/functions.c
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/test_ampl_function_demo.py
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/test_ampl_function_demo.pyc
+${PYSITELIB}/pyomo/contrib/ampl_function_demo/tests/test_ampl_function_demo.pyo
+${PYSITELIB}/pyomo/contrib/appsi/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/base.py
+${PYSITELIB}/pyomo/contrib/appsi/base.pyc
+${PYSITELIB}/pyomo/contrib/appsi/base.pyo
+${PYSITELIB}/pyomo/contrib/appsi/build.py
+${PYSITELIB}/pyomo/contrib/appsi/build.pyc
+${PYSITELIB}/pyomo/contrib/appsi/build.pyo
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/cmodel_bindings.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/common.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/common.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/expression.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/expression.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/fbbt_model.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/fbbt_model.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/interval.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/interval.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/lp_writer.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/lp_writer.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/model_base.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/model_base.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/nl_writer.cpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/src/nl_writer.hpp
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/test_import.py
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/test_import.pyc
+${PYSITELIB}/pyomo/contrib/appsi/cmodel/tests/test_import.pyo
+${PYSITELIB}/pyomo/contrib/appsi/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/examples/getting_started.py
+${PYSITELIB}/pyomo/contrib/appsi/examples/getting_started.pyc
+${PYSITELIB}/pyomo/contrib/appsi/examples/getting_started.pyo
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/test_examples.py
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/test_examples.pyc
+${PYSITELIB}/pyomo/contrib/appsi/examples/tests/test_examples.pyo
+${PYSITELIB}/pyomo/contrib/appsi/fbbt.py
+${PYSITELIB}/pyomo/contrib/appsi/fbbt.pyc
+${PYSITELIB}/pyomo/contrib/appsi/fbbt.pyo
+${PYSITELIB}/pyomo/contrib/appsi/plugins.py
+${PYSITELIB}/pyomo/contrib/appsi/plugins.pyc
+${PYSITELIB}/pyomo/contrib/appsi/plugins.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cbc.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cbc.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cbc.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cplex.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cplex.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/cplex.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/gurobi.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/gurobi.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/gurobi.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/highs.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/highs.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/highs.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/ipopt.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/ipopt.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/ipopt.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo_solvermodel.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo_solvermodel.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/maingo_solvermodel.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_gurobi_persistent.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_gurobi_persistent.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_gurobi_persistent.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_highs_persistent.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_highs_persistent.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_highs_persistent.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_ipopt_persistent.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_ipopt_persistent.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_ipopt_persistent.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_persistent_solvers.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_persistent_solvers.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_persistent_solvers.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_wntr_persistent.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_wntr_persistent.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/tests/test_wntr_persistent.pyo
+${PYSITELIB}/pyomo/contrib/appsi/solvers/wntr.py
+${PYSITELIB}/pyomo/contrib/appsi/solvers/wntr.pyc
+${PYSITELIB}/pyomo/contrib/appsi/solvers/wntr.pyo
+${PYSITELIB}/pyomo/contrib/appsi/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_base.py
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_base.pyc
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_base.pyo
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_fbbt.py
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_fbbt.pyc
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_fbbt.pyo
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_interval.py
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_interval.pyc
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_interval.pyo
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_ipopt.py
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_ipopt.pyc
+${PYSITELIB}/pyomo/contrib/appsi/tests/test_ipopt.pyo
+${PYSITELIB}/pyomo/contrib/appsi/utils/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/utils/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/utils/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/utils/collect_vars_and_named_exprs.py
+${PYSITELIB}/pyomo/contrib/appsi/utils/collect_vars_and_named_exprs.pyc
+${PYSITELIB}/pyomo/contrib/appsi/utils/collect_vars_and_named_exprs.pyo
+${PYSITELIB}/pyomo/contrib/appsi/utils/get_objective.py
+${PYSITELIB}/pyomo/contrib/appsi/utils/get_objective.pyc
+${PYSITELIB}/pyomo/contrib/appsi/utils/get_objective.pyo
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/test_collect_vars_and_named_exprs.py
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/test_collect_vars_and_named_exprs.pyc
+${PYSITELIB}/pyomo/contrib/appsi/utils/tests/test_collect_vars_and_named_exprs.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/config.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/config.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/config.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/lp_writer.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/lp_writer.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/lp_writer.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/nl_writer.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/nl_writer.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/nl_writer.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/test_nl_writer.py
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/test_nl_writer.pyc
+${PYSITELIB}/pyomo/contrib/appsi/writers/tests/test_nl_writer.pyo
+${PYSITELIB}/pyomo/contrib/benders/__init__.py
+${PYSITELIB}/pyomo/contrib/benders/__init__.pyc
+${PYSITELIB}/pyomo/contrib/benders/__init__.pyo
+${PYSITELIB}/pyomo/contrib/benders/benders_cuts.py
+${PYSITELIB}/pyomo/contrib/benders/benders_cuts.pyc
+${PYSITELIB}/pyomo/contrib/benders/benders_cuts.pyo
+${PYSITELIB}/pyomo/contrib/benders/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/benders/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/benders/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/benders/examples/farmer.py
+${PYSITELIB}/pyomo/contrib/benders/examples/farmer.pyc
+${PYSITELIB}/pyomo/contrib/benders/examples/farmer.pyo
+${PYSITELIB}/pyomo/contrib/benders/examples/grothey_ex.py
+${PYSITELIB}/pyomo/contrib/benders/examples/grothey_ex.pyc
+${PYSITELIB}/pyomo/contrib/benders/examples/grothey_ex.pyo
+${PYSITELIB}/pyomo/contrib/benders/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/benders/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/benders/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/benders/tests/test_benders.py
+${PYSITELIB}/pyomo/contrib/benders/tests/test_benders.pyc
+${PYSITELIB}/pyomo/contrib/benders/tests/test_benders.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/__init__.py
+${PYSITELIB}/pyomo/contrib/community_detection/__init__.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/__init__.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/community_graph.py
+${PYSITELIB}/pyomo/contrib/community_detection/community_graph.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/community_graph.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/detection.py
+${PYSITELIB}/pyomo/contrib/community_detection/detection.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/detection.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/event_log.py
+${PYSITELIB}/pyomo/contrib/community_detection/event_log.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/event_log.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/plugins.py
+${PYSITELIB}/pyomo/contrib/community_detection/plugins.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/plugins.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/community_detection/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/community_detection/tests/test_detection.py
+${PYSITELIB}/pyomo/contrib/community_detection/tests/test_detection.pyc
+${PYSITELIB}/pyomo/contrib/community_detection/tests/test_detection.pyo
+${PYSITELIB}/pyomo/contrib/cp/__init__.py
+${PYSITELIB}/pyomo/contrib/cp/__init__.pyc
+${PYSITELIB}/pyomo/contrib/cp/__init__.pyo
+${PYSITELIB}/pyomo/contrib/cp/interval_var.py
+${PYSITELIB}/pyomo/contrib/cp/interval_var.pyc
+${PYSITELIB}/pyomo/contrib/cp/interval_var.pyo
+${PYSITELIB}/pyomo/contrib/cp/plugins.py
+${PYSITELIB}/pyomo/contrib/cp/plugins.pyc
+${PYSITELIB}/pyomo/contrib/cp/plugins.pyo
+${PYSITELIB}/pyomo/contrib/cp/repn/__init__.py
+${PYSITELIB}/pyomo/contrib/cp/repn/__init__.pyc
+${PYSITELIB}/pyomo/contrib/cp/repn/__init__.pyo
+${PYSITELIB}/pyomo/contrib/cp/repn/docplex_writer.py
+${PYSITELIB}/pyomo/contrib/cp/repn/docplex_writer.pyc
+${PYSITELIB}/pyomo/contrib/cp/repn/docplex_writer.pyo
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/__init__.py
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/__init__.pyc
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/__init__.pyo
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/precedence_expressions.py
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/precedence_expressions.pyc
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/precedence_expressions.pyo
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/scheduling_logic.py
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/scheduling_logic.pyc
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/scheduling_logic.pyo
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/sequence_expressions.py
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/sequence_expressions.pyc
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/sequence_expressions.pyo
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/step_function_expressions.py
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/step_function_expressions.pyc
+${PYSITELIB}/pyomo/contrib/cp/scheduling_expr/step_function_expressions.pyo
+${PYSITELIB}/pyomo/contrib/cp/sequence_var.py
+${PYSITELIB}/pyomo/contrib/cp/sequence_var.pyc
+${PYSITELIB}/pyomo/contrib/cp/sequence_var.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/cp/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_walker.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_walker.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_walker.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_writer.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_writer.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_docplex_writer.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_interval_var.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_interval_var.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_interval_var.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_logical_to_disjunctive.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_logical_to_disjunctive.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_logical_to_disjunctive.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_precedence_constraints.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_precedence_constraints.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_precedence_constraints.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_expressions.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_expressions.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_expressions.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_var.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_var.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_sequence_var.pyo
+${PYSITELIB}/pyomo/contrib/cp/tests/test_step_function_expressions.py
+${PYSITELIB}/pyomo/contrib/cp/tests/test_step_function_expressions.pyc
+${PYSITELIB}/pyomo/contrib/cp/tests/test_step_function_expressions.pyo
+${PYSITELIB}/pyomo/contrib/cp/transform/__init__.py
+${PYSITELIB}/pyomo/contrib/cp/transform/__init__.pyc
+${PYSITELIB}/pyomo/contrib/cp/transform/__init__.pyo
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_program.py
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_program.pyc
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_program.pyo
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_walker.py
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_walker.pyc
+${PYSITELIB}/pyomo/contrib/cp/transform/logical_to_disjunctive_walker.pyo
+${PYSITELIB}/pyomo/contrib/doe/__init__.py
+${PYSITELIB}/pyomo/contrib/doe/__init__.pyc
+${PYSITELIB}/pyomo/contrib/doe/__init__.pyo
+${PYSITELIB}/pyomo/contrib/doe/doe.py
+${PYSITELIB}/pyomo/contrib/doe/doe.pyc
+${PYSITELIB}/pyomo/contrib/doe/doe.pyo
+${PYSITELIB}/pyomo/contrib/doe/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/doe/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/doe/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_compute_factorial_FIM.py
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_compute_factorial_FIM.pyc
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_compute_factorial_FIM.pyo
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_example.py
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_example.pyc
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_example.pyo
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_experiment.py
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_experiment.pyc
+${PYSITELIB}/pyomo/contrib/doe/examples/reactor_experiment.pyo
+${PYSITELIB}/pyomo/contrib/doe/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/doe/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/doe/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/doe/tests/experiment_class_example_flags.py
+${PYSITELIB}/pyomo/contrib/doe/tests/experiment_class_example_flags.pyc
+${PYSITELIB}/pyomo/contrib/doe/tests/experiment_class_example_flags.pyo
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_build.py
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_build.pyc
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_build.pyo
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_errors.py
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_errors.pyc
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_errors.pyo
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_solve.py
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_solve.pyc
+${PYSITELIB}/pyomo/contrib/doe/tests/test_doe_solve.pyo
+${PYSITELIB}/pyomo/contrib/doe/utils.py
+${PYSITELIB}/pyomo/contrib/doe/utils.pyc
+${PYSITELIB}/pyomo/contrib/doe/utils.pyo
+${PYSITELIB}/pyomo/contrib/example/__init__.py
+${PYSITELIB}/pyomo/contrib/example/__init__.pyc
+${PYSITELIB}/pyomo/contrib/example/__init__.pyo
+${PYSITELIB}/pyomo/contrib/example/bar.py
+${PYSITELIB}/pyomo/contrib/example/bar.pyc
+${PYSITELIB}/pyomo/contrib/example/bar.pyo
+${PYSITELIB}/pyomo/contrib/example/foo.py
+${PYSITELIB}/pyomo/contrib/example/foo.pyc
+${PYSITELIB}/pyomo/contrib/example/foo.pyo
+${PYSITELIB}/pyomo/contrib/example/plugins/__init__.py
+${PYSITELIB}/pyomo/contrib/example/plugins/__init__.pyc
+${PYSITELIB}/pyomo/contrib/example/plugins/__init__.pyo
+${PYSITELIB}/pyomo/contrib/example/plugins/ex_plugin.py
+${PYSITELIB}/pyomo/contrib/example/plugins/ex_plugin.pyc
+${PYSITELIB}/pyomo/contrib/example/plugins/ex_plugin.pyo
+${PYSITELIB}/pyomo/contrib/example/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/example/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/example/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/example/tests/test_example.py
+${PYSITELIB}/pyomo/contrib/example/tests/test_example.pyc
+${PYSITELIB}/pyomo/contrib/example/tests/test_example.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/__init__.py
+${PYSITELIB}/pyomo/contrib/fbbt/__init__.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/__init__.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/expression_bounds_walker.py
+${PYSITELIB}/pyomo/contrib/fbbt/expression_bounds_walker.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/expression_bounds_walker.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/fbbt.py
+${PYSITELIB}/pyomo/contrib/fbbt/fbbt.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/fbbt.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/interval.py
+${PYSITELIB}/pyomo/contrib/fbbt/interval.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/interval.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/fbbt/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_expression_bounds_walker.py
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_expression_bounds_walker.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_expression_bounds_walker.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_fbbt.py
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_fbbt.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_fbbt.pyo
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_interval.py
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_interval.pyc
+${PYSITELIB}/pyomo/contrib/fbbt/tests/test_interval.pyo
+${PYSITELIB}/pyomo/contrib/fme/__init__.py
+${PYSITELIB}/pyomo/contrib/fme/__init__.pyc
+${PYSITELIB}/pyomo/contrib/fme/__init__.pyo
+${PYSITELIB}/pyomo/contrib/fme/fourier_motzkin_elimination.py
+${PYSITELIB}/pyomo/contrib/fme/fourier_motzkin_elimination.pyc
+${PYSITELIB}/pyomo/contrib/fme/fourier_motzkin_elimination.pyo
+${PYSITELIB}/pyomo/contrib/fme/plugins.py
+${PYSITELIB}/pyomo/contrib/fme/plugins.pyc
+${PYSITELIB}/pyomo/contrib/fme/plugins.pyo
+${PYSITELIB}/pyomo/contrib/fme/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/fme/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/fme/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/fme/tests/test_fourier_motzkin_elimination.py
+${PYSITELIB}/pyomo/contrib/fme/tests/test_fourier_motzkin_elimination.pyc
+${PYSITELIB}/pyomo/contrib/fme/tests/test_fourier_motzkin_elimination.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/__init__.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/__init__.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/__init__.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/compute_bounds.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/compute_bounds.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/compute_bounds.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/info.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/info.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/info.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/plugins.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/plugins.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/plugins.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/test_gdp_bounds.py
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/test_gdp_bounds.pyc
+${PYSITELIB}/pyomo/contrib/gdp_bounds/tests/test_gdp_bounds.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/GDPopt.py
+${PYSITELIB}/pyomo/contrib/gdpopt/GDPopt.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/GDPopt.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/__init__.py
+${PYSITELIB}/pyomo/contrib/gdpopt/__init__.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/__init__.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/algorithm_base_class.py
+${PYSITELIB}/pyomo/contrib/gdpopt/algorithm_base_class.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/algorithm_base_class.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/branch_and_bound.py
+${PYSITELIB}/pyomo/contrib/gdpopt/branch_and_bound.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/branch_and_bound.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/config_options.py
+${PYSITELIB}/pyomo/contrib/gdpopt/config_options.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/config_options.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/create_oa_subproblems.py
+${PYSITELIB}/pyomo/contrib/gdpopt/create_oa_subproblems.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/create_oa_subproblems.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/cut_generation.py
+${PYSITELIB}/pyomo/contrib/gdpopt/cut_generation.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/cut_generation.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/discrete_problem_initialize.py
+${PYSITELIB}/pyomo/contrib/gdpopt/discrete_problem_initialize.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/discrete_problem_initialize.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/enumerate.py
+${PYSITELIB}/pyomo/contrib/gdpopt/enumerate.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/enumerate.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/gloa.py
+${PYSITELIB}/pyomo/contrib/gdpopt/gloa.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/gloa.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/loa.py
+${PYSITELIB}/pyomo/contrib/gdpopt/loa.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/loa.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/nlp_initialization.py
+${PYSITELIB}/pyomo/contrib/gdpopt/nlp_initialization.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/nlp_initialization.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/oa_algorithm_utils.py
+${PYSITELIB}/pyomo/contrib/gdpopt/oa_algorithm_utils.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/oa_algorithm_utils.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/plugins.py
+${PYSITELIB}/pyomo/contrib/gdpopt/plugins.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/plugins.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/ric.py
+${PYSITELIB}/pyomo/contrib/gdpopt/ric.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/ric.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_discrete_problem.py
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_discrete_problem.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_discrete_problem.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_subproblem.py
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_subproblem.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/solve_subproblem.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/common_tests.py
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/common_tests.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/common_tests.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_LBB.py
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_LBB.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_LBB.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_enumerate.py
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_enumerate.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_enumerate.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_gdpopt.py
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_gdpopt.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/tests/test_gdpopt.pyo
+${PYSITELIB}/pyomo/contrib/gdpopt/util.py
+${PYSITELIB}/pyomo/contrib/gdpopt/util.pyc
+${PYSITELIB}/pyomo/contrib/gdpopt/util.pyo
+${PYSITELIB}/pyomo/contrib/gjh/GJH.py
+${PYSITELIB}/pyomo/contrib/gjh/GJH.pyc
+${PYSITELIB}/pyomo/contrib/gjh/GJH.pyo
+${PYSITELIB}/pyomo/contrib/gjh/__init__.py
+${PYSITELIB}/pyomo/contrib/gjh/__init__.pyc
+${PYSITELIB}/pyomo/contrib/gjh/__init__.pyo
+${PYSITELIB}/pyomo/contrib/gjh/getGJH.py
+${PYSITELIB}/pyomo/contrib/gjh/getGJH.pyc
+${PYSITELIB}/pyomo/contrib/gjh/getGJH.pyo
+${PYSITELIB}/pyomo/contrib/gjh/plugins.py
+${PYSITELIB}/pyomo/contrib/gjh/plugins.pyc
+${PYSITELIB}/pyomo/contrib/gjh/plugins.pyo
+${PYSITELIB}/pyomo/contrib/iis/__init__.py
+${PYSITELIB}/pyomo/contrib/iis/__init__.pyc
+${PYSITELIB}/pyomo/contrib/iis/__init__.pyo
+${PYSITELIB}/pyomo/contrib/iis/iis.py
+${PYSITELIB}/pyomo/contrib/iis/iis.pyc
+${PYSITELIB}/pyomo/contrib/iis/iis.pyo
+${PYSITELIB}/pyomo/contrib/iis/mis.py
+${PYSITELIB}/pyomo/contrib/iis/mis.pyc
+${PYSITELIB}/pyomo/contrib/iis/mis.pyo
+${PYSITELIB}/pyomo/contrib/iis/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/iis/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/iis/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/iis/tests/test_iis.py
+${PYSITELIB}/pyomo/contrib/iis/tests/test_iis.pyc
+${PYSITELIB}/pyomo/contrib/iis/tests/test_iis.pyo
+${PYSITELIB}/pyomo/contrib/iis/tests/test_mis.py
+${PYSITELIB}/pyomo/contrib/iis/tests/test_mis.pyc
+${PYSITELIB}/pyomo/contrib/iis/tests/test_mis.pyo
+${PYSITELIB}/pyomo/contrib/iis/tests/trivial_mis.py
+${PYSITELIB}/pyomo/contrib/iis/tests/trivial_mis.pyc
+${PYSITELIB}/pyomo/contrib/iis/tests/trivial_mis.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/__init__.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/__init__.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/__init__.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/__init__.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/__init__.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/__init__.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/dulmage_mendelsohn.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/dulmage_mendelsohn.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/dulmage_mendelsohn.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/test_dulmage_mendelsohn.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/test_dulmage_mendelsohn.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/common/tests/test_dulmage_mendelsohn.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/config.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/config.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/config.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/connected.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/connected.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/connected.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/dulmage_mendelsohn.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/dulmage_mendelsohn.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/dulmage_mendelsohn.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/incidence.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/incidence.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/incidence.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/interface.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/interface.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/interface.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/matching.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/matching.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/matching.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/scc_solver.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/scc_solver.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/scc_solver.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/models_for_testing.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/models_for_testing.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/models_for_testing.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_connected.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_connected.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_connected.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_dulmage_mendelsohn.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_dulmage_mendelsohn.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_dulmage_mendelsohn.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_incidence.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_incidence.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_incidence.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_interface.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_interface.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_interface.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_matching.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_matching.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_matching.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_scc_solver.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_scc_solver.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_scc_solver.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_triangularize.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_triangularize.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_triangularize.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_visualize.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_visualize.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/tests/test_visualize.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/triangularize.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/triangularize.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/triangularize.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/util.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/util.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/util.pyo
+${PYSITELIB}/pyomo/contrib/incidence_analysis/visualize.py
+${PYSITELIB}/pyomo/contrib/incidence_analysis/visualize.pyc
+${PYSITELIB}/pyomo/contrib/incidence_analysis/visualize.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/__init__.py
+${PYSITELIB}/pyomo/contrib/interior_point/__init__.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/__init__.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/interior_point/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/examples/ex1.py
+${PYSITELIB}/pyomo/contrib/interior_point/examples/ex1.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/examples/ex1.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/interface.py
+${PYSITELIB}/pyomo/contrib/interior_point/interface.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/interface.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/interior_point.py
+${PYSITELIB}/pyomo/contrib/interior_point/interior_point.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/interior_point.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/inverse_reduced_hessian.py
+${PYSITELIB}/pyomo/contrib/interior_point/inverse_reduced_hessian.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/inverse_reduced_hessian.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/__init__.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/__init__.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/__init__.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/base_linear_solver_interface.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/base_linear_solver_interface.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/base_linear_solver_interface.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/ma27_interface.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/ma27_interface.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/ma27_interface.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/mumps_interface.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/mumps_interface.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/mumps_interface.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/scipy_interface.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/scipy_interface.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/scipy_interface.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_linear_solvers.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_linear_solvers.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_linear_solvers.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_realloc.py
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_realloc.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/linalg/tests/test_realloc.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/interior_point/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_interior_point.py
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_interior_point.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_interior_point.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_inverse_reduced_hessian.py
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_inverse_reduced_hessian.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_inverse_reduced_hessian.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_realloc.py
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_realloc.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_realloc.pyo
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_reg.py
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_reg.pyc
+${PYSITELIB}/pyomo/contrib/interior_point/tests/test_reg.pyo
+${PYSITELIB}/pyomo/contrib/latex_printer/__init__.py
+${PYSITELIB}/pyomo/contrib/latex_printer/__init__.pyc
+${PYSITELIB}/pyomo/contrib/latex_printer/__init__.pyo
+${PYSITELIB}/pyomo/contrib/latex_printer/latex_printer.py
+${PYSITELIB}/pyomo/contrib/latex_printer/latex_printer.pyc
+${PYSITELIB}/pyomo/contrib/latex_printer/latex_printer.pyo
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer.py
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer.pyc
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer.pyo
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer_vartypes.py
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer_vartypes.pyc
+${PYSITELIB}/pyomo/contrib/latex_printer/tests/test_latex_printer_vartypes.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/__init__.py
+${PYSITELIB}/pyomo/contrib/mcpp/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/build.py
+${PYSITELIB}/pyomo/contrib/mcpp/build.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/build.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/getMCPP.py
+${PYSITELIB}/pyomo/contrib/mcpp/getMCPP.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/getMCPP.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/mcppInterface.cpp
+${PYSITELIB}/pyomo/contrib/mcpp/plugins.py
+${PYSITELIB}/pyomo/contrib/mcpp/plugins.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/plugins.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/pyomo_mcpp.py
+${PYSITELIB}/pyomo/contrib/mcpp/pyomo_mcpp.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/pyomo_mcpp.pyo
+${PYSITELIB}/pyomo/contrib/mcpp/test_mcpp.py
+${PYSITELIB}/pyomo/contrib/mcpp/test_mcpp.pyc
+${PYSITELIB}/pyomo/contrib/mcpp/test_mcpp.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/MindtPy.py
+${PYSITELIB}/pyomo/contrib/mindtpy/MindtPy.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/MindtPy.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/__init__.py
+${PYSITELIB}/pyomo/contrib/mindtpy/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/algorithm_base_class.py
+${PYSITELIB}/pyomo/contrib/mindtpy/algorithm_base_class.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/algorithm_base_class.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/config_options.py
+${PYSITELIB}/pyomo/contrib/mindtpy/config_options.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/config_options.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/cut_generation.py
+${PYSITELIB}/pyomo/contrib/mindtpy/cut_generation.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/cut_generation.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/extended_cutting_plane.py
+${PYSITELIB}/pyomo/contrib/mindtpy/extended_cutting_plane.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/extended_cutting_plane.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/feasibility_pump.py
+${PYSITELIB}/pyomo/contrib/mindtpy/feasibility_pump.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/feasibility_pump.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/global_outer_approximation.py
+${PYSITELIB}/pyomo/contrib/mindtpy/global_outer_approximation.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/global_outer_approximation.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/outer_approximation.py
+${PYSITELIB}/pyomo/contrib/mindtpy/outer_approximation.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/outer_approximation.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/plugins.py
+${PYSITELIB}/pyomo/contrib/mindtpy/plugins.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/plugins.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/single_tree.py
+${PYSITELIB}/pyomo/contrib/mindtpy/single_tree.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/single_tree.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tabu_list.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tabu_list.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tabu_list.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP2_simple.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP2_simple.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP2_simple.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP3_simple.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP3_simple.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP3_simple.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP4_simple.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP4_simple.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP4_simple.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP5_simple.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP5_simple.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP5_simple.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple_grey_box.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple_grey_box.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/MINLP_simple_grey_box.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/constraint_qualification_example.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/constraint_qualification_example.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/constraint_qualification_example.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/eight_process_problem.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/eight_process_problem.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/eight_process_problem.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump1.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump1.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump1.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump2.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump2.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/feasibility_pump2.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/from_proposal.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/from_proposal.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/from_proposal.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex1.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex1.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex1.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex2.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex2.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex2.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex3.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex3.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex3.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex4.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex4.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/nonconvex4.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/online_doc_example.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/online_doc_example.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/online_doc_example.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_ECP.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_ECP.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_ECP.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_feas_pump.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_feas_pump.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_feas_pump.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global_lp_nlp.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global_lp_nlp.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_global_lp_nlp.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_grey_box.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_grey_box.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_grey_box.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_lp_nlp.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_lp_nlp.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_lp_nlp.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_regularization.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_regularization.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_regularization.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_solution_pool.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_solution_pool.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/test_mindtpy_solution_pool.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/unit_test.py
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/unit_test.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/tests/unit_test.pyo
+${PYSITELIB}/pyomo/contrib/mindtpy/util.py
+${PYSITELIB}/pyomo/contrib/mindtpy/util.pyc
+${PYSITELIB}/pyomo/contrib/mindtpy/util.pyo
+${PYSITELIB}/pyomo/contrib/mpc/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/data/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/convert.py
+${PYSITELIB}/pyomo/contrib/mpc/data/convert.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/convert.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/dynamic_data_base.py
+${PYSITELIB}/pyomo/contrib/mpc/data/dynamic_data_base.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/dynamic_data_base.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/find_nearest_index.py
+${PYSITELIB}/pyomo/contrib/mpc/data/find_nearest_index.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/find_nearest_index.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/get_cuid.py
+${PYSITELIB}/pyomo/contrib/mpc/data/get_cuid.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/get_cuid.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/interval_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/interval_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/interval_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/scalar_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/scalar_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/scalar_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/series_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/series_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/series_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_convert.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_convert.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_convert.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_find_nearest_index.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_find_nearest_index.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_find_nearest_index.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_get_cuid.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_get_cuid.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_get_cuid.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_interval_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_interval_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_interval_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_scalar_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_scalar_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_scalar_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_series_data.py
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_series_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/data/tests/test_series_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/model.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/model.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/model.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_mpc.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_mpc.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_mpc.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_openloop.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_openloop.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/run_openloop.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_mpc.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_mpc.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_mpc.pyo
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_openloop.py
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_openloop.pyc
+${PYSITELIB}/pyomo/contrib/mpc/examples/cstr/tests/test_openloop.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/copy_values.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/copy_values.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/copy_values.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/load_data.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/load_data.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/load_data.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/model_interface.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/model_interface.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/model_interface.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_interface.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_interface.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_interface.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_var_linker.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_var_linker.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/tests/test_var_linker.pyo
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/var_linker.py
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/var_linker.pyc
+${PYSITELIB}/pyomo/contrib/mpc/interfaces/var_linker.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/constraints.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/constraints.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/constraints.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/cost_expressions.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/cost_expressions.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/cost_expressions.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/terminal.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/terminal.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/terminal.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_cost_expressions.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_cost_expressions.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_cost_expressions.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_input_constraints.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_input_constraints.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_input_constraints.pyo
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_terminal.py
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_terminal.pyc
+${PYSITELIB}/pyomo/contrib/mpc/modeling/tests/test_terminal.pyo
+${PYSITELIB}/pyomo/contrib/multistart/__init__.py
+${PYSITELIB}/pyomo/contrib/multistart/__init__.pyc
+${PYSITELIB}/pyomo/contrib/multistart/__init__.pyo
+${PYSITELIB}/pyomo/contrib/multistart/high_conf_stop.py
+${PYSITELIB}/pyomo/contrib/multistart/high_conf_stop.pyc
+${PYSITELIB}/pyomo/contrib/multistart/high_conf_stop.pyo
+${PYSITELIB}/pyomo/contrib/multistart/multi.py
+${PYSITELIB}/pyomo/contrib/multistart/multi.pyc
+${PYSITELIB}/pyomo/contrib/multistart/multi.pyo
+${PYSITELIB}/pyomo/contrib/multistart/plugins.py
+${PYSITELIB}/pyomo/contrib/multistart/plugins.pyc
+${PYSITELIB}/pyomo/contrib/multistart/plugins.pyo
+${PYSITELIB}/pyomo/contrib/multistart/reinit.py
+${PYSITELIB}/pyomo/contrib/multistart/reinit.pyc
+${PYSITELIB}/pyomo/contrib/multistart/reinit.pyo
+${PYSITELIB}/pyomo/contrib/multistart/test_multi.py
+${PYSITELIB}/pyomo/contrib/multistart/test_multi.pyc
+${PYSITELIB}/pyomo/contrib/multistart/test_multi.pyo
+${PYSITELIB}/pyomo/contrib/parmest/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/simple_reaction_parmest_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/simple_reaction_parmest_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reaction_kinetics/simple_reaction_parmest_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/bootstrap_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/bootstrap_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/bootstrap_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/confidence_region_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/confidence_region_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/confidence_region_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/datarec_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/datarec_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/datarec_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/leaveNout_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/leaveNout_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/leaveNout_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/likelihood_ratio_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/likelihood_ratio_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/likelihood_ratio_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/multisensor_data_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/multisensor_data_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/multisensor_data_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/parameter_estimation_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/parameter_estimation_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/parameter_estimation_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/reactor_design.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/reactor_design.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/reactor_design.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/timeseries_data_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/timeseries_data_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/reactor_design/timeseries_data_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/bootstrap_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/bootstrap_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/bootstrap_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/likelihood_ratio_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/likelihood_ratio_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/likelihood_ratio_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/parameter_estimation_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/parameter_estimation_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/parameter_estimation_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler_with_constraint.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler_with_constraint.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/rooney_biegler/rooney_biegler_with_constraint.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parallel_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parallel_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parallel_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parameter_estimation_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parameter_estimation_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/parameter_estimation_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/scenario_example.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/scenario_example.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/scenario_example.pyo
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/semibatch.py
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/semibatch.pyc
+${PYSITELIB}/pyomo/contrib/parmest/examples/semibatch/semibatch.pyo
+${PYSITELIB}/pyomo/contrib/parmest/experiment.py
+${PYSITELIB}/pyomo/contrib/parmest/experiment.pyc
+${PYSITELIB}/pyomo/contrib/parmest/experiment.pyo
+${PYSITELIB}/pyomo/contrib/parmest/graphics.py
+${PYSITELIB}/pyomo/contrib/parmest/graphics.pyc
+${PYSITELIB}/pyomo/contrib/parmest/graphics.pyo
+${PYSITELIB}/pyomo/contrib/parmest/ipopt_solver_wrapper.py
+${PYSITELIB}/pyomo/contrib/parmest/ipopt_solver_wrapper.pyc
+${PYSITELIB}/pyomo/contrib/parmest/ipopt_solver_wrapper.pyo
+${PYSITELIB}/pyomo/contrib/parmest/parmest.py
+${PYSITELIB}/pyomo/contrib/parmest/parmest.pyc
+${PYSITELIB}/pyomo/contrib/parmest/parmest.pyo
+${PYSITELIB}/pyomo/contrib/parmest/scenariocreator.py
+${PYSITELIB}/pyomo/contrib/parmest/scenariocreator.pyc
+${PYSITELIB}/pyomo/contrib/parmest/scenariocreator.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_examples.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_examples.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_examples.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_graphics.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_graphics.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_graphics.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_parmest.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_parmest.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_parmest.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_scenariocreator.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_scenariocreator.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_scenariocreator.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_solver.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_solver.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_solver.pyo
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_utils.py
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_utils.pyc
+${PYSITELIB}/pyomo/contrib/parmest/tests/test_utils.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/__init__.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/__init__.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/__init__.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/create_ef.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/create_ef.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/create_ef.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/ipopt_solver_wrapper.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/ipopt_solver_wrapper.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/ipopt_solver_wrapper.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/model_utils.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/model_utils.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/model_utils.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/mpi_utils.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/mpi_utils.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/mpi_utils.pyo
+${PYSITELIB}/pyomo/contrib/parmest/utils/scenario_tree.py
+${PYSITELIB}/pyomo/contrib/parmest/utils/scenario_tree.pyc
+${PYSITELIB}/pyomo/contrib/parmest/utils/scenario_tree.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/__init__.py
+${PYSITELIB}/pyomo/contrib/piecewise/__init__.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/__init__.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/ordered_3d_j1_triangulation_data.py
+${PYSITELIB}/pyomo/contrib/piecewise/ordered_3d_j1_triangulation_data.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/ordered_3d_j1_triangulation_data.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_expression.py
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_expression.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_expression.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_function.py
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_function.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/piecewise_linear_function.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_inner_repn_tests.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_inner_repn_tests.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_inner_repn_tests.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_tests.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_tests.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/common_tests.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/models.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/models.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/models.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_disaggregated_logarithmic.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_disaggregated_logarithmic.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_disaggregated_logarithmic.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_incremental.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_incremental.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_incremental.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_inner_repn_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_inner_repn_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_inner_repn_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nested_inner_repn_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nested_inner_repn_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nested_inner_repn_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nonlinear_to_pwl.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nonlinear_to_pwl.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_nonlinear_to_pwl.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_outer_repn_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_outer_repn_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_outer_repn_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_piecewise_linear_function.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_piecewise_linear_function.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_piecewise_linear_function.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_reduced_inner_repn.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_reduced_inner_repn.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_reduced_inner_repn.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_triangulations.py
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_triangulations.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/tests/test_triangulations.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/__init__.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/__init__.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/__init__.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/convex_combination.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/convex_combination.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/convex_combination.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_convex_combination.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_convex_combination.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_convex_combination.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_logarithmic.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_logarithmic.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/disaggregated_logarithmic.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/incremental.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/incremental.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/incremental.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/inner_representation_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/inner_representation_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/inner_representation_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/multiple_choice.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/multiple_choice.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/multiple_choice.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nested_inner_repn.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nested_inner_repn.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nested_inner_repn.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nonlinear_to_pwl.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nonlinear_to_pwl.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/nonlinear_to_pwl.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/outer_representation_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/outer_representation_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/outer_representation_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_linear_transformation_base.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_linear_transformation_base.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_linear_transformation_base.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_to_mip_visitor.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_to_mip_visitor.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/piecewise_to_mip_visitor.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/transform/reduced_inner_representation_gdp.py
+${PYSITELIB}/pyomo/contrib/piecewise/transform/reduced_inner_representation_gdp.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/transform/reduced_inner_representation_gdp.pyo
+${PYSITELIB}/pyomo/contrib/piecewise/triangulations.py
+${PYSITELIB}/pyomo/contrib/piecewise/triangulations.pyc
+${PYSITELIB}/pyomo/contrib/piecewise/triangulations.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/__init__.py
+${PYSITELIB}/pyomo/contrib/preprocessing/__init__.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/__init__.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/__init__.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/__init__.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/__init__.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/bounds_to_vars.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/bounds_to_vars.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/bounds_to_vars.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/constraint_tightener.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/constraint_tightener.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/constraint_tightener.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/deactivate_trivial_constraints.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/deactivate_trivial_constraints.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/deactivate_trivial_constraints.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/detect_fixed_vars.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/detect_fixed_vars.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/detect_fixed_vars.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/equality_propagate.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/equality_propagate.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/equality_propagate.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/induced_linearity.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/induced_linearity.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/induced_linearity.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/init_vars.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/init_vars.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/init_vars.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/int_to_binary.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/int_to_binary.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/int_to_binary.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/remove_zero_terms.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/remove_zero_terms.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/remove_zero_terms.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/strip_bounds.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/strip_bounds.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/strip_bounds.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/var_aggregator.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/var_aggregator.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/var_aggregator.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/zero_sum_propagator.py
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/zero_sum_propagator.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/plugins/zero_sum_propagator.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_bounds_to_vars_xfrm.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_bounds_to_vars_xfrm.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_bounds_to_vars_xfrm.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_constraint_tightener.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_constraint_tightener.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_constraint_tightener.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_deactivate_trivial_constraints.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_deactivate_trivial_constraints.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_deactivate_trivial_constraints.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_detect_fixed_vars.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_detect_fixed_vars.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_detect_fixed_vars.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_equality_propagate.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_equality_propagate.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_equality_propagate.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_induced_linearity.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_induced_linearity.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_induced_linearity.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_init_vars.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_init_vars.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_init_vars.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_int_to_binary.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_int_to_binary.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_int_to_binary.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_strip_bounds.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_strip_bounds.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_strip_bounds.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_var_aggregator.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_var_aggregator.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_var_aggregator.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_sum_propagate.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_sum_propagate.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_sum_propagate.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_term_removal.py
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_term_removal.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/tests/test_zero_term_removal.pyo
+${PYSITELIB}/pyomo/contrib/preprocessing/util.py
+${PYSITELIB}/pyomo/contrib/preprocessing/util.pyc
+${PYSITELIB}/pyomo/contrib/preprocessing/util.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/cyipopt_solver.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/cyipopt_solver.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/cyipopt_solver.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/implicit_functions.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/implicit_functions.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/implicit_functions.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/pyomo_ext_cyipopt.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/pyomo_ext_cyipopt.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/pyomo_ext_cyipopt.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/scipy_solvers.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/scipy_solvers.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/scipy_solvers.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/square_solver_base.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/square_solver_base.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/square_solver_base.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_interfaces.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_interfaces.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_interfaces.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_solver.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_solver.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_cyipopt_solver.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_implicit_functions.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_implicit_functions.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_implicit_functions.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_pyomo_ext_cyipopt.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_pyomo_ext_cyipopt.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_pyomo_ext_cyipopt.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_scipy_solvers.py
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_scipy_solvers.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/algorithms/solvers/tests/test_scipy_solvers.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/asl.py
+${PYSITELIB}/pyomo/contrib/pynumero/asl.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/asl.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/build.py
+${PYSITELIB}/pyomo/contrib/pynumero/build.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/build.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/dependencies.py
+${PYSITELIB}/pyomo/contrib/pynumero/dependencies.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/dependencies.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback_halt.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback_halt.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_callback_halt.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_functor_callback.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_functor_callback.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/cyipopt_functor_callback.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/reactor_design.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/reactor_design.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/callback/reactor_design.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/generate_data.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/generate_data.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/generate_data.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/models.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/models.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/models.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/perform_estimation.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/perform_estimation.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/param_est/perform_estimation.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_outputs.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_outputs.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_outputs.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_ratio_residuals.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_ratio_residuals.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/maximize_cb_ratio_residuals.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_outputs.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_outputs.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_outputs.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_residuals.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_residuals.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/external_grey_box/react_example/reactor_model_residuals.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/feasibility.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/feasibility.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/feasibility.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/mumps_example.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/mumps_example.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/mumps_example.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface_2.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface_2.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/nlp_interface_2.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_matvec.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_matvec.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_matvec.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_vector_ops.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_vector_ops.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/parallel_vector_ops.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sensitivity.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sensitivity.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sensitivity.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sqp.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sqp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/sqp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_cyipopt_examples.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_cyipopt_examples.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_cyipopt_examples.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_examples.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_examples.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_examples.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_mpi_examples.py
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_mpi_examples.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/examples/tests/test_mpi_examples.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/exceptions.py
+${PYSITELIB}/pyomo/contrib/pynumero/exceptions.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/exceptions.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/ampl_nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/ampl_nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/ampl_nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/cyipopt_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/cyipopt_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/cyipopt_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_grey_box.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_grey_box.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_grey_box.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_pyomo_model.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_pyomo_model.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/external_pyomo_model.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp_projections.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp_projections.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/nlp_projections.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_grey_box_nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_grey_box_nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_grey_box_nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/pyomo_nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/compare_utils.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/compare_utils.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/compare_utils.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/external_grey_box_models.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/external_grey_box_models.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/external_grey_box_models.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_cyipopt_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_cyipopt_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_cyipopt_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_dynamic_model.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_dynamic_model.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_dynamic_model.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_asl_function.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_asl_function.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_asl_function.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_grey_box_model.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_grey_box_model.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_grey_box_model.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_block.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_block.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_block.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_model.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_model.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_external_pyomo_model.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp_projections.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp_projections.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_nlp_projections.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_pyomo_grey_box_nlp.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_pyomo_grey_box_nlp.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_pyomo_grey_box_nlp.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_utils.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_utils.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/tests/test_utils.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/utils.py
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/utils.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/interfaces/utils.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/intrinsic.py
+${PYSITELIB}/pyomo/contrib/pynumero/intrinsic.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/intrinsic.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/base.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/base.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/base.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma27_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/ma57_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/mumps_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/mumps_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/mumps_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/scipy_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/scipy_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/scipy_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_linear_solvers.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_linear_solvers.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_linear_solvers.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma27.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma27.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma27.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma57.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma57.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_ma57.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_mumps_interface.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_mumps_interface.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/tests/test_mumps_interface.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/utils.py
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/utils.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/linalg/utils.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/plugins.py
+${PYSITELIB}/pyomo/contrib/pynumero/plugins.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/plugins.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/base_block.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/base_block.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/base_block.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_matrix.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_matrix.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_matrix.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_vector.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_vector.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/block_vector.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_matrix.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_matrix.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_matrix.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_vector.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_vector.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/mpi_block_vector.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_matrix.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_matrix.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_matrix.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_vector.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_vector.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_block_vector.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_intrinsics.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_matrix.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_matrix.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_matrix.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_vector.py
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_vector.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/sparse/tests/test_mpi_block_vector.pyo
+${PYSITELIB}/pyomo/contrib/pynumero/src/AmplInterface.cpp
+${PYSITELIB}/pyomo/contrib/pynumero/src/AmplInterface.hpp
+${PYSITELIB}/pyomo/contrib/pynumero/src/AssertUtils.hpp
+${PYSITELIB}/pyomo/contrib/pynumero/src/CMakeLists.txt
+${PYSITELIB}/pyomo/contrib/pynumero/src/ma27Interface.cpp
+${PYSITELIB}/pyomo/contrib/pynumero/src/ma57Interface.cpp
+${PYSITELIB}/pyomo/contrib/pynumero/src/tests/CMakeLists.txt
+${PYSITELIB}/pyomo/contrib/pynumero/src/tests/simple_nlp.nl
+${PYSITELIB}/pyomo/contrib/pynumero/src/tests/simple_test.cpp
+${PYSITELIB}/pyomo/contrib/pynumero/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pynumero/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pynumero/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pyros/__init__.py
+${PYSITELIB}/pyomo/contrib/pyros/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pyros/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pyros/config.py
+${PYSITELIB}/pyomo/contrib/pyros/config.pyc
+${PYSITELIB}/pyomo/contrib/pyros/config.pyo
+${PYSITELIB}/pyomo/contrib/pyros/master_problem_methods.py
+${PYSITELIB}/pyomo/contrib/pyros/master_problem_methods.pyc
+${PYSITELIB}/pyomo/contrib/pyros/master_problem_methods.pyo
+${PYSITELIB}/pyomo/contrib/pyros/pyros.py
+${PYSITELIB}/pyomo/contrib/pyros/pyros.pyc
+${PYSITELIB}/pyomo/contrib/pyros/pyros.pyo
+${PYSITELIB}/pyomo/contrib/pyros/pyros_algorithm_methods.py
+${PYSITELIB}/pyomo/contrib/pyros/pyros_algorithm_methods.pyc
+${PYSITELIB}/pyomo/contrib/pyros/pyros_algorithm_methods.pyo
+${PYSITELIB}/pyomo/contrib/pyros/separation_problem_methods.py
+${PYSITELIB}/pyomo/contrib/pyros/separation_problem_methods.pyc
+${PYSITELIB}/pyomo/contrib/pyros/separation_problem_methods.pyo
+${PYSITELIB}/pyomo/contrib/pyros/solve_data.py
+${PYSITELIB}/pyomo/contrib/pyros/solve_data.pyc
+${PYSITELIB}/pyomo/contrib/pyros/solve_data.pyo
+${PYSITELIB}/pyomo/contrib/pyros/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/pyros/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/pyros/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_config.py
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_config.pyc
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_config.pyo
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_grcs.py
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_grcs.pyc
+${PYSITELIB}/pyomo/contrib/pyros/tests/test_grcs.pyo
+${PYSITELIB}/pyomo/contrib/pyros/uncertainty_sets.py
+${PYSITELIB}/pyomo/contrib/pyros/uncertainty_sets.pyc
+${PYSITELIB}/pyomo/contrib/pyros/uncertainty_sets.pyo
+${PYSITELIB}/pyomo/contrib/pyros/util.py
+${PYSITELIB}/pyomo/contrib/pyros/util.pyc
+${PYSITELIB}/pyomo/contrib/pyros/util.pyo
+${PYSITELIB}/pyomo/contrib/satsolver/__init__.py
+${PYSITELIB}/pyomo/contrib/satsolver/__init__.pyc
+${PYSITELIB}/pyomo/contrib/satsolver/__init__.pyo
+${PYSITELIB}/pyomo/contrib/satsolver/satsolver.py
+${PYSITELIB}/pyomo/contrib/satsolver/satsolver.pyc
+${PYSITELIB}/pyomo/contrib/satsolver/satsolver.pyo
+${PYSITELIB}/pyomo/contrib/satsolver/test_satsolver.py
+${PYSITELIB}/pyomo/contrib/satsolver/test_satsolver.pyc
+${PYSITELIB}/pyomo/contrib/satsolver/test_satsolver.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/__init__.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/__init__.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/__init__.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/HIV_Transmission.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/HIV_Transmission.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/HIV_Transmission.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/feedbackController.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/feedbackController.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/feedbackController.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter_kaug.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter_kaug.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/parameter_kaug.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rangeInequality.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rangeInequality.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rangeInequality.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rooney_biegler.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rooney_biegler.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/examples/rooney_biegler.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/k_aug.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/k_aug.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/k_aug.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/sens.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/sens.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/sens.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_k_aug_interface.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_k_aug_interface.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_k_aug_interface.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens.pyo
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens_unit.py
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens_unit.pyc
+${PYSITELIB}/pyomo/contrib/sensitivity_toolbox/tests/test_sens_unit.pyo
+${PYSITELIB}/pyomo/contrib/simplemodel/__init__.py
+${PYSITELIB}/pyomo/contrib/simplemodel/__init__.pyc
+${PYSITELIB}/pyomo/contrib/simplemodel/__init__.pyo
+${PYSITELIB}/pyomo/contrib/simplification/__init__.py
+${PYSITELIB}/pyomo/contrib/simplification/__init__.pyc
+${PYSITELIB}/pyomo/contrib/simplification/__init__.pyo
+${PYSITELIB}/pyomo/contrib/simplification/build.py
+${PYSITELIB}/pyomo/contrib/simplification/build.pyc
+${PYSITELIB}/pyomo/contrib/simplification/build.pyo
+${PYSITELIB}/pyomo/contrib/simplification/ginac/__init__.py
+${PYSITELIB}/pyomo/contrib/simplification/ginac/__init__.pyc
+${PYSITELIB}/pyomo/contrib/simplification/ginac/__init__.pyo
+${PYSITELIB}/pyomo/contrib/simplification/ginac/src/ginac_interface.cpp
+${PYSITELIB}/pyomo/contrib/simplification/ginac/src/ginac_interface.hpp
+${PYSITELIB}/pyomo/contrib/simplification/plugins.py
+${PYSITELIB}/pyomo/contrib/simplification/plugins.pyc
+${PYSITELIB}/pyomo/contrib/simplification/plugins.pyo
+${PYSITELIB}/pyomo/contrib/simplification/simplify.py
+${PYSITELIB}/pyomo/contrib/simplification/simplify.pyc
+${PYSITELIB}/pyomo/contrib/simplification/simplify.pyo
+${PYSITELIB}/pyomo/contrib/simplification/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/simplification/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/simplification/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/simplification/tests/test_simplification.py
+${PYSITELIB}/pyomo/contrib/simplification/tests/test_simplification.pyc
+${PYSITELIB}/pyomo/contrib/simplification/tests/test_simplification.pyo
+${PYSITELIB}/pyomo/contrib/solver/__init__.py
+${PYSITELIB}/pyomo/contrib/solver/__init__.pyc
+${PYSITELIB}/pyomo/contrib/solver/__init__.pyo
+${PYSITELIB}/pyomo/contrib/solver/base.py
+${PYSITELIB}/pyomo/contrib/solver/base.pyc
+${PYSITELIB}/pyomo/contrib/solver/base.pyo
+${PYSITELIB}/pyomo/contrib/solver/config.py
+${PYSITELIB}/pyomo/contrib/solver/config.pyc
+${PYSITELIB}/pyomo/contrib/solver/config.pyo
+${PYSITELIB}/pyomo/contrib/solver/factory.py
+${PYSITELIB}/pyomo/contrib/solver/factory.pyc
+${PYSITELIB}/pyomo/contrib/solver/factory.pyo
+${PYSITELIB}/pyomo/contrib/solver/gurobi.py
+${PYSITELIB}/pyomo/contrib/solver/gurobi.pyc
+${PYSITELIB}/pyomo/contrib/solver/gurobi.pyo
+${PYSITELIB}/pyomo/contrib/solver/gurobi_direct.py
+${PYSITELIB}/pyomo/contrib/solver/gurobi_direct.pyc
+${PYSITELIB}/pyomo/contrib/solver/gurobi_direct.pyo
+${PYSITELIB}/pyomo/contrib/solver/ipopt.py
+${PYSITELIB}/pyomo/contrib/solver/ipopt.pyc
+${PYSITELIB}/pyomo/contrib/solver/ipopt.pyo
+${PYSITELIB}/pyomo/contrib/solver/persistent.py
+${PYSITELIB}/pyomo/contrib/solver/persistent.pyc
+${PYSITELIB}/pyomo/contrib/solver/persistent.pyo
+${PYSITELIB}/pyomo/contrib/solver/plugins.py
+${PYSITELIB}/pyomo/contrib/solver/plugins.pyc
+${PYSITELIB}/pyomo/contrib/solver/plugins.pyo
+${PYSITELIB}/pyomo/contrib/solver/results.py
+${PYSITELIB}/pyomo/contrib/solver/results.pyc
+${PYSITELIB}/pyomo/contrib/solver/results.pyo
+${PYSITELIB}/pyomo/contrib/solver/sol_reader.py
+${PYSITELIB}/pyomo/contrib/solver/sol_reader.pyc
+${PYSITELIB}/pyomo/contrib/solver/sol_reader.pyo
+${PYSITELIB}/pyomo/contrib/solver/solution.py
+${PYSITELIB}/pyomo/contrib/solver/solution.pyc
+${PYSITELIB}/pyomo/contrib/solver/solution.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/solver/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/__init__.py
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/__init__.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/__init__.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_gurobi_persistent.py
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_gurobi_persistent.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_gurobi_persistent.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_ipopt.py
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_ipopt.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_ipopt.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_solvers.py
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_solvers.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/solvers/test_solvers.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/__init__.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/__init__.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/__init__.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/sol_files/__init__.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/sol_files/__init__.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/sol_files/__init__.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_base.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_base.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_base.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_config.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_config.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_config.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_ipopt.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_ipopt.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_ipopt.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_results.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_results.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_results.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_sol_reader.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_sol_reader.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_sol_reader.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_solution.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_solution.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_solution.pyo
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_util.py
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_util.pyc
+${PYSITELIB}/pyomo/contrib/solver/tests/unit/test_util.pyo
+${PYSITELIB}/pyomo/contrib/solver/util.py
+${PYSITELIB}/pyomo/contrib/solver/util.pyc
+${PYSITELIB}/pyomo/contrib/solver/util.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/TRF.py
+${PYSITELIB}/pyomo/contrib/trustregion/TRF.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/TRF.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/__init__.py
+${PYSITELIB}/pyomo/contrib/trustregion/__init__.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/__init__.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/examples/__init__.py
+${PYSITELIB}/pyomo/contrib/trustregion/examples/__init__.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/examples/__init__.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example1.py
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example1.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example1.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example2.py
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example2.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/examples/example2.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/filter.py
+${PYSITELIB}/pyomo/contrib/trustregion/filter.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/filter.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/interface.py
+${PYSITELIB}/pyomo/contrib/trustregion/interface.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/interface.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/plugins.py
+${PYSITELIB}/pyomo/contrib/trustregion/plugins.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/plugins.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_TRF.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_TRF.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_TRF.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_examples.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_examples.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_examples.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_filter.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_filter.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_filter.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_interface.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_interface.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_interface.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_util.py
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_util.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/tests/test_util.pyo
+${PYSITELIB}/pyomo/contrib/trustregion/util.py
+${PYSITELIB}/pyomo/contrib/trustregion/util.pyc
+${PYSITELIB}/pyomo/contrib/trustregion/util.pyo
+${PYSITELIB}/pyomo/contrib/viewer/__init__.py
+${PYSITELIB}/pyomo/contrib/viewer/__init__.pyc
+${PYSITELIB}/pyomo/contrib/viewer/__init__.pyo
+${PYSITELIB}/pyomo/contrib/viewer/main.ui
+${PYSITELIB}/pyomo/contrib/viewer/model_browser.py
+${PYSITELIB}/pyomo/contrib/viewer/model_browser.pyc
+${PYSITELIB}/pyomo/contrib/viewer/model_browser.pyo
+${PYSITELIB}/pyomo/contrib/viewer/model_browser.ui
+${PYSITELIB}/pyomo/contrib/viewer/model_select.py
+${PYSITELIB}/pyomo/contrib/viewer/model_select.pyc
+${PYSITELIB}/pyomo/contrib/viewer/model_select.pyo
+${PYSITELIB}/pyomo/contrib/viewer/model_select.ui
+${PYSITELIB}/pyomo/contrib/viewer/pyomo_viewer.py
+${PYSITELIB}/pyomo/contrib/viewer/pyomo_viewer.pyc
+${PYSITELIB}/pyomo/contrib/viewer/pyomo_viewer.pyo
+${PYSITELIB}/pyomo/contrib/viewer/qt.py
+${PYSITELIB}/pyomo/contrib/viewer/qt.pyc
+${PYSITELIB}/pyomo/contrib/viewer/qt.pyo
+${PYSITELIB}/pyomo/contrib/viewer/report.py
+${PYSITELIB}/pyomo/contrib/viewer/report.pyc
+${PYSITELIB}/pyomo/contrib/viewer/report.pyo
+${PYSITELIB}/pyomo/contrib/viewer/residual_table.py
+${PYSITELIB}/pyomo/contrib/viewer/residual_table.pyc
+${PYSITELIB}/pyomo/contrib/viewer/residual_table.pyo
+${PYSITELIB}/pyomo/contrib/viewer/residual_table.ui
+${PYSITELIB}/pyomo/contrib/viewer/tests/__init__.py
+${PYSITELIB}/pyomo/contrib/viewer/tests/__init__.pyc
+${PYSITELIB}/pyomo/contrib/viewer/tests/__init__.pyo
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_item.py
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_item.pyc
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_item.pyo
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_tree.py
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_tree.pyc
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_data_model_tree.pyo
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_qt.py
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_qt.pyc
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_qt.pyo
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_report.py
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_report.pyc
+${PYSITELIB}/pyomo/contrib/viewer/tests/test_report.pyo
+${PYSITELIB}/pyomo/contrib/viewer/ui.py
+${PYSITELIB}/pyomo/contrib/viewer/ui.pyc
+${PYSITELIB}/pyomo/contrib/viewer/ui.pyo
+${PYSITELIB}/pyomo/contrib/viewer/ui_data.py
+${PYSITELIB}/pyomo/contrib/viewer/ui_data.pyc
+${PYSITELIB}/pyomo/contrib/viewer/ui_data.pyo
+${PYSITELIB}/pyomo/core/__init__.py
+${PYSITELIB}/pyomo/core/__init__.pyc
+${PYSITELIB}/pyomo/core/__init__.pyo
+${PYSITELIB}/pyomo/core/base/PyomoModel.py
+${PYSITELIB}/pyomo/core/base/PyomoModel.pyc
+${PYSITELIB}/pyomo/core/base/PyomoModel.pyo
+${PYSITELIB}/pyomo/core/base/__init__.py
+${PYSITELIB}/pyomo/core/base/__init__.pyc
+${PYSITELIB}/pyomo/core/base/__init__.pyo
+${PYSITELIB}/pyomo/core/base/action.py
+${PYSITELIB}/pyomo/core/base/action.pyc
+${PYSITELIB}/pyomo/core/base/action.pyo
+${PYSITELIB}/pyomo/core/base/block.py
+${PYSITELIB}/pyomo/core/base/block.pyc
+${PYSITELIB}/pyomo/core/base/block.pyo
+${PYSITELIB}/pyomo/core/base/blockutil.py
+${PYSITELIB}/pyomo/core/base/blockutil.pyc
+${PYSITELIB}/pyomo/core/base/blockutil.pyo
+${PYSITELIB}/pyomo/core/base/boolean_var.py
+${PYSITELIB}/pyomo/core/base/boolean_var.pyc
+${PYSITELIB}/pyomo/core/base/boolean_var.pyo
+${PYSITELIB}/pyomo/core/base/check.py
+${PYSITELIB}/pyomo/core/base/check.pyc
+${PYSITELIB}/pyomo/core/base/check.pyo
+${PYSITELIB}/pyomo/core/base/component.py
+${PYSITELIB}/pyomo/core/base/component.pyc
+${PYSITELIB}/pyomo/core/base/component.pyo
+${PYSITELIB}/pyomo/core/base/component_namer.py
+${PYSITELIB}/pyomo/core/base/component_namer.pyc
+${PYSITELIB}/pyomo/core/base/component_namer.pyo
+${PYSITELIB}/pyomo/core/base/component_order.py
+${PYSITELIB}/pyomo/core/base/component_order.pyc
+${PYSITELIB}/pyomo/core/base/component_order.pyo
+${PYSITELIB}/pyomo/core/base/componentuid.py
+${PYSITELIB}/pyomo/core/base/componentuid.pyc
+${PYSITELIB}/pyomo/core/base/componentuid.pyo
+${PYSITELIB}/pyomo/core/base/config.py
+${PYSITELIB}/pyomo/core/base/config.pyc
+${PYSITELIB}/pyomo/core/base/config.pyo
+${PYSITELIB}/pyomo/core/base/connector.py
+${PYSITELIB}/pyomo/core/base/connector.pyc
+${PYSITELIB}/pyomo/core/base/connector.pyo
+${PYSITELIB}/pyomo/core/base/constraint.py
+${PYSITELIB}/pyomo/core/base/constraint.pyc
+${PYSITELIB}/pyomo/core/base/constraint.pyo
+${PYSITELIB}/pyomo/core/base/disable_methods.py
+${PYSITELIB}/pyomo/core/base/disable_methods.pyc
+${PYSITELIB}/pyomo/core/base/disable_methods.pyo
+${PYSITELIB}/pyomo/core/base/enums.py
+${PYSITELIB}/pyomo/core/base/enums.pyc
+${PYSITELIB}/pyomo/core/base/enums.pyo
+${PYSITELIB}/pyomo/core/base/expression.py
+${PYSITELIB}/pyomo/core/base/expression.pyc
+${PYSITELIB}/pyomo/core/base/expression.pyo
+${PYSITELIB}/pyomo/core/base/external.py
+${PYSITELIB}/pyomo/core/base/external.pyc
+${PYSITELIB}/pyomo/core/base/external.pyo
+${PYSITELIB}/pyomo/core/base/global_set.py
+${PYSITELIB}/pyomo/core/base/global_set.pyc
+${PYSITELIB}/pyomo/core/base/global_set.pyo
+${PYSITELIB}/pyomo/core/base/indexed_component.py
+${PYSITELIB}/pyomo/core/base/indexed_component.pyc
+${PYSITELIB}/pyomo/core/base/indexed_component.pyo
+${PYSITELIB}/pyomo/core/base/indexed_component_slice.py
+${PYSITELIB}/pyomo/core/base/indexed_component_slice.pyc
+${PYSITELIB}/pyomo/core/base/indexed_component_slice.pyo
+${PYSITELIB}/pyomo/core/base/initializer.py
+${PYSITELIB}/pyomo/core/base/initializer.pyc
+${PYSITELIB}/pyomo/core/base/initializer.pyo
+${PYSITELIB}/pyomo/core/base/instance2dat.py
+${PYSITELIB}/pyomo/core/base/instance2dat.pyc
+${PYSITELIB}/pyomo/core/base/instance2dat.pyo
+${PYSITELIB}/pyomo/core/base/label.py
+${PYSITELIB}/pyomo/core/base/label.pyc
+${PYSITELIB}/pyomo/core/base/label.pyo
+${PYSITELIB}/pyomo/core/base/logical_constraint.py
+${PYSITELIB}/pyomo/core/base/logical_constraint.pyc
+${PYSITELIB}/pyomo/core/base/logical_constraint.pyo
+${PYSITELIB}/pyomo/core/base/matrix_constraint.py
+${PYSITELIB}/pyomo/core/base/matrix_constraint.pyc
+${PYSITELIB}/pyomo/core/base/matrix_constraint.pyo
+${PYSITELIB}/pyomo/core/base/misc.py
+${PYSITELIB}/pyomo/core/base/misc.pyc
+${PYSITELIB}/pyomo/core/base/misc.pyo
+${PYSITELIB}/pyomo/core/base/numvalue.py
+${PYSITELIB}/pyomo/core/base/numvalue.pyc
+${PYSITELIB}/pyomo/core/base/numvalue.pyo
+${PYSITELIB}/pyomo/core/base/objective.py
+${PYSITELIB}/pyomo/core/base/objective.pyc
+${PYSITELIB}/pyomo/core/base/objective.pyo
+${PYSITELIB}/pyomo/core/base/param.py
+${PYSITELIB}/pyomo/core/base/param.pyc
+${PYSITELIB}/pyomo/core/base/param.pyo
+${PYSITELIB}/pyomo/core/base/piecewise.py
+${PYSITELIB}/pyomo/core/base/piecewise.pyc
+${PYSITELIB}/pyomo/core/base/piecewise.pyo
+${PYSITELIB}/pyomo/core/base/plugin.py
+${PYSITELIB}/pyomo/core/base/plugin.pyc
+${PYSITELIB}/pyomo/core/base/plugin.pyo
+${PYSITELIB}/pyomo/core/base/range.py
+${PYSITELIB}/pyomo/core/base/range.pyc
+${PYSITELIB}/pyomo/core/base/range.pyo
+${PYSITELIB}/pyomo/core/base/rangeset.py
+${PYSITELIB}/pyomo/core/base/rangeset.pyc
+${PYSITELIB}/pyomo/core/base/rangeset.pyo
+${PYSITELIB}/pyomo/core/base/reference.py
+${PYSITELIB}/pyomo/core/base/reference.pyc
+${PYSITELIB}/pyomo/core/base/reference.pyo
+${PYSITELIB}/pyomo/core/base/set.py
+${PYSITELIB}/pyomo/core/base/set.pyc
+${PYSITELIB}/pyomo/core/base/set.pyo
+${PYSITELIB}/pyomo/core/base/set_types.py
+${PYSITELIB}/pyomo/core/base/set_types.pyc
+${PYSITELIB}/pyomo/core/base/set_types.pyo
+${PYSITELIB}/pyomo/core/base/sets.py
+${PYSITELIB}/pyomo/core/base/sets.pyc
+${PYSITELIB}/pyomo/core/base/sets.pyo
+${PYSITELIB}/pyomo/core/base/sos.py
+${PYSITELIB}/pyomo/core/base/sos.pyc
+${PYSITELIB}/pyomo/core/base/sos.pyo
+${PYSITELIB}/pyomo/core/base/suffix.py
+${PYSITELIB}/pyomo/core/base/suffix.pyc
+${PYSITELIB}/pyomo/core/base/suffix.pyo
+${PYSITELIB}/pyomo/core/base/symbol_map.py
+${PYSITELIB}/pyomo/core/base/symbol_map.pyc
+${PYSITELIB}/pyomo/core/base/symbol_map.pyo
+${PYSITELIB}/pyomo/core/base/symbolic.py
+${PYSITELIB}/pyomo/core/base/symbolic.pyc
+${PYSITELIB}/pyomo/core/base/symbolic.pyo
+${PYSITELIB}/pyomo/core/base/template_expr.py
+${PYSITELIB}/pyomo/core/base/template_expr.pyc
+${PYSITELIB}/pyomo/core/base/template_expr.pyo
+${PYSITELIB}/pyomo/core/base/transformation.py
+${PYSITELIB}/pyomo/core/base/transformation.pyc
+${PYSITELIB}/pyomo/core/base/transformation.pyo
+${PYSITELIB}/pyomo/core/base/units_container.py
+${PYSITELIB}/pyomo/core/base/units_container.pyc
+${PYSITELIB}/pyomo/core/base/units_container.pyo
+${PYSITELIB}/pyomo/core/base/util.py
+${PYSITELIB}/pyomo/core/base/util.pyc
+${PYSITELIB}/pyomo/core/base/util.pyo
+${PYSITELIB}/pyomo/core/base/var.py
+${PYSITELIB}/pyomo/core/base/var.pyc
+${PYSITELIB}/pyomo/core/base/var.pyo
+${PYSITELIB}/pyomo/core/beta/__init__.py
+${PYSITELIB}/pyomo/core/beta/__init__.pyc
+${PYSITELIB}/pyomo/core/beta/__init__.pyo
+${PYSITELIB}/pyomo/core/beta/dict_objects.py
+${PYSITELIB}/pyomo/core/beta/dict_objects.pyc
+${PYSITELIB}/pyomo/core/beta/dict_objects.pyo
+${PYSITELIB}/pyomo/core/beta/list_objects.py
+${PYSITELIB}/pyomo/core/beta/list_objects.pyc
+${PYSITELIB}/pyomo/core/beta/list_objects.pyo
+${PYSITELIB}/pyomo/core/expr/__init__.py
+${PYSITELIB}/pyomo/core/expr/__init__.pyc
+${PYSITELIB}/pyomo/core/expr/__init__.pyo
+${PYSITELIB}/pyomo/core/expr/base.py
+${PYSITELIB}/pyomo/core/expr/base.pyc
+${PYSITELIB}/pyomo/core/expr/base.pyo
+${PYSITELIB}/pyomo/core/expr/boolean_value.py
+${PYSITELIB}/pyomo/core/expr/boolean_value.pyc
+${PYSITELIB}/pyomo/core/expr/boolean_value.pyo
+${PYSITELIB}/pyomo/core/expr/calculus/__init__.py
+${PYSITELIB}/pyomo/core/expr/calculus/__init__.pyc
+${PYSITELIB}/pyomo/core/expr/calculus/__init__.pyo
+${PYSITELIB}/pyomo/core/expr/calculus/derivatives.py
+${PYSITELIB}/pyomo/core/expr/calculus/derivatives.pyc
+${PYSITELIB}/pyomo/core/expr/calculus/derivatives.pyo
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_pyomo.py
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_pyomo.pyc
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_pyomo.pyo
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_sympy.py
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_sympy.pyc
+${PYSITELIB}/pyomo/core/expr/calculus/diff_with_sympy.pyo
+${PYSITELIB}/pyomo/core/expr/cnf_walker.py
+${PYSITELIB}/pyomo/core/expr/cnf_walker.pyc
+${PYSITELIB}/pyomo/core/expr/cnf_walker.pyo
+${PYSITELIB}/pyomo/core/expr/compare.py
+${PYSITELIB}/pyomo/core/expr/compare.pyc
+${PYSITELIB}/pyomo/core/expr/compare.pyo
+${PYSITELIB}/pyomo/core/expr/current.py
+${PYSITELIB}/pyomo/core/expr/current.pyc
+${PYSITELIB}/pyomo/core/expr/current.pyo
+${PYSITELIB}/pyomo/core/expr/expr_common.py
+${PYSITELIB}/pyomo/core/expr/expr_common.pyc
+${PYSITELIB}/pyomo/core/expr/expr_common.pyo
+${PYSITELIB}/pyomo/core/expr/expr_errors.py
+${PYSITELIB}/pyomo/core/expr/expr_errors.pyc
+${PYSITELIB}/pyomo/core/expr/expr_errors.pyo
+${PYSITELIB}/pyomo/core/expr/logical_expr.py
+${PYSITELIB}/pyomo/core/expr/logical_expr.pyc
+${PYSITELIB}/pyomo/core/expr/logical_expr.pyo
+${PYSITELIB}/pyomo/core/expr/ndarray.py
+${PYSITELIB}/pyomo/core/expr/ndarray.pyc
+${PYSITELIB}/pyomo/core/expr/ndarray.pyo
+${PYSITELIB}/pyomo/core/expr/numeric_expr.py
+${PYSITELIB}/pyomo/core/expr/numeric_expr.pyc
+${PYSITELIB}/pyomo/core/expr/numeric_expr.pyo
+${PYSITELIB}/pyomo/core/expr/numvalue.py
+${PYSITELIB}/pyomo/core/expr/numvalue.pyc
+${PYSITELIB}/pyomo/core/expr/numvalue.pyo
+${PYSITELIB}/pyomo/core/expr/relational_expr.py
+${PYSITELIB}/pyomo/core/expr/relational_expr.pyc
+${PYSITELIB}/pyomo/core/expr/relational_expr.pyo
+${PYSITELIB}/pyomo/core/expr/symbol_map.py
+${PYSITELIB}/pyomo/core/expr/symbol_map.pyc
+${PYSITELIB}/pyomo/core/expr/symbol_map.pyo
+${PYSITELIB}/pyomo/core/expr/sympy_tools.py
+${PYSITELIB}/pyomo/core/expr/sympy_tools.pyc
+${PYSITELIB}/pyomo/core/expr/sympy_tools.pyo
+${PYSITELIB}/pyomo/core/expr/taylor_series.py
+${PYSITELIB}/pyomo/core/expr/taylor_series.pyc
+${PYSITELIB}/pyomo/core/expr/taylor_series.pyo
+${PYSITELIB}/pyomo/core/expr/template_expr.py
+${PYSITELIB}/pyomo/core/expr/template_expr.pyc
+${PYSITELIB}/pyomo/core/expr/template_expr.pyo
+${PYSITELIB}/pyomo/core/expr/visitor.py
+${PYSITELIB}/pyomo/core/expr/visitor.pyc
+${PYSITELIB}/pyomo/core/expr/visitor.pyo
+${PYSITELIB}/pyomo/core/kernel/__init__.py
+${PYSITELIB}/pyomo/core/kernel/__init__.pyc
+${PYSITELIB}/pyomo/core/kernel/__init__.pyo
+${PYSITELIB}/pyomo/core/kernel/base.py
+${PYSITELIB}/pyomo/core/kernel/base.pyc
+${PYSITELIB}/pyomo/core/kernel/base.pyo
+${PYSITELIB}/pyomo/core/kernel/block.py
+${PYSITELIB}/pyomo/core/kernel/block.pyc
+${PYSITELIB}/pyomo/core/kernel/block.pyo
+${PYSITELIB}/pyomo/core/kernel/component_map.py
+${PYSITELIB}/pyomo/core/kernel/component_map.pyc
+${PYSITELIB}/pyomo/core/kernel/component_map.pyo
+${PYSITELIB}/pyomo/core/kernel/component_set.py
+${PYSITELIB}/pyomo/core/kernel/component_set.pyc
+${PYSITELIB}/pyomo/core/kernel/component_set.pyo
+${PYSITELIB}/pyomo/core/kernel/conic.py
+${PYSITELIB}/pyomo/core/kernel/conic.pyc
+${PYSITELIB}/pyomo/core/kernel/conic.pyo
+${PYSITELIB}/pyomo/core/kernel/constraint.py
+${PYSITELIB}/pyomo/core/kernel/constraint.pyc
+${PYSITELIB}/pyomo/core/kernel/constraint.pyo
+${PYSITELIB}/pyomo/core/kernel/container_utils.py
+${PYSITELIB}/pyomo/core/kernel/container_utils.pyc
+${PYSITELIB}/pyomo/core/kernel/container_utils.pyo
+${PYSITELIB}/pyomo/core/kernel/dict_container.py
+${PYSITELIB}/pyomo/core/kernel/dict_container.pyc
+${PYSITELIB}/pyomo/core/kernel/dict_container.pyo
+${PYSITELIB}/pyomo/core/kernel/expression.py
+${PYSITELIB}/pyomo/core/kernel/expression.pyc
+${PYSITELIB}/pyomo/core/kernel/expression.pyo
+${PYSITELIB}/pyomo/core/kernel/heterogeneous_container.py
+${PYSITELIB}/pyomo/core/kernel/heterogeneous_container.pyc
+${PYSITELIB}/pyomo/core/kernel/heterogeneous_container.pyo
+${PYSITELIB}/pyomo/core/kernel/homogeneous_container.py
+${PYSITELIB}/pyomo/core/kernel/homogeneous_container.pyc
+${PYSITELIB}/pyomo/core/kernel/homogeneous_container.pyo
+${PYSITELIB}/pyomo/core/kernel/list_container.py
+${PYSITELIB}/pyomo/core/kernel/list_container.pyc
+${PYSITELIB}/pyomo/core/kernel/list_container.pyo
+${PYSITELIB}/pyomo/core/kernel/matrix_constraint.py
+${PYSITELIB}/pyomo/core/kernel/matrix_constraint.pyc
+${PYSITELIB}/pyomo/core/kernel/matrix_constraint.pyo
+${PYSITELIB}/pyomo/core/kernel/objective.py
+${PYSITELIB}/pyomo/core/kernel/objective.pyc
+${PYSITELIB}/pyomo/core/kernel/objective.pyo
+${PYSITELIB}/pyomo/core/kernel/parameter.py
+${PYSITELIB}/pyomo/core/kernel/parameter.pyc
+${PYSITELIB}/pyomo/core/kernel/parameter.pyo
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/__init__.py
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/__init__.pyc
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/__init__.pyo
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms.py
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms.pyc
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms.pyo
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms_nd.py
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms_nd.pyc
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/transforms_nd.pyo
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/util.py
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/util.pyc
+${PYSITELIB}/pyomo/core/kernel/piecewise_library/util.pyo
+${PYSITELIB}/pyomo/core/kernel/register_numpy_types.py
+${PYSITELIB}/pyomo/core/kernel/register_numpy_types.pyc
+${PYSITELIB}/pyomo/core/kernel/register_numpy_types.pyo
+${PYSITELIB}/pyomo/core/kernel/set_types.py
+${PYSITELIB}/pyomo/core/kernel/set_types.pyc
+${PYSITELIB}/pyomo/core/kernel/set_types.pyo
+${PYSITELIB}/pyomo/core/kernel/sos.py
+${PYSITELIB}/pyomo/core/kernel/sos.pyc
+${PYSITELIB}/pyomo/core/kernel/sos.pyo
+${PYSITELIB}/pyomo/core/kernel/suffix.py
+${PYSITELIB}/pyomo/core/kernel/suffix.pyc
+${PYSITELIB}/pyomo/core/kernel/suffix.pyo
+${PYSITELIB}/pyomo/core/kernel/tuple_container.py
+${PYSITELIB}/pyomo/core/kernel/tuple_container.pyc
+${PYSITELIB}/pyomo/core/kernel/tuple_container.pyo
+${PYSITELIB}/pyomo/core/kernel/variable.py
+${PYSITELIB}/pyomo/core/kernel/variable.pyc
+${PYSITELIB}/pyomo/core/kernel/variable.pyo
+${PYSITELIB}/pyomo/core/plugins/__init__.py
+${PYSITELIB}/pyomo/core/plugins/__init__.pyc
+${PYSITELIB}/pyomo/core/plugins/__init__.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/__init__.py
+${PYSITELIB}/pyomo/core/plugins/transform/__init__.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/__init__.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/add_slack_vars.py
+${PYSITELIB}/pyomo/core/plugins/transform/add_slack_vars.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/add_slack_vars.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/discrete_vars.py
+${PYSITELIB}/pyomo/core/plugins/transform/discrete_vars.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/discrete_vars.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/eliminate_fixed_vars.py
+${PYSITELIB}/pyomo/core/plugins/transform/eliminate_fixed_vars.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/eliminate_fixed_vars.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/equality_transform.py
+${PYSITELIB}/pyomo/core/plugins/transform/equality_transform.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/equality_transform.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/expand_connectors.py
+${PYSITELIB}/pyomo/core/plugins/transform/expand_connectors.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/expand_connectors.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/hierarchy.py
+${PYSITELIB}/pyomo/core/plugins/transform/hierarchy.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/hierarchy.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/logical_to_linear.py
+${PYSITELIB}/pyomo/core/plugins/transform/logical_to_linear.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/logical_to_linear.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/model.py
+${PYSITELIB}/pyomo/core/plugins/transform/model.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/model.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/nonnegative_transform.py
+${PYSITELIB}/pyomo/core/plugins/transform/nonnegative_transform.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/nonnegative_transform.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/radix_linearization.py
+${PYSITELIB}/pyomo/core/plugins/transform/radix_linearization.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/radix_linearization.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/relax_integrality.py
+${PYSITELIB}/pyomo/core/plugins/transform/relax_integrality.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/relax_integrality.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/scaling.py
+${PYSITELIB}/pyomo/core/plugins/transform/scaling.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/scaling.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/standard_form.py
+${PYSITELIB}/pyomo/core/plugins/transform/standard_form.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/standard_form.pyo
+${PYSITELIB}/pyomo/core/plugins/transform/util.py
+${PYSITELIB}/pyomo/core/plugins/transform/util.pyc
+${PYSITELIB}/pyomo/core/plugins/transform/util.pyo
+${PYSITELIB}/pyomo/core/pyomoobject.py
+${PYSITELIB}/pyomo/core/pyomoobject.pyc
+${PYSITELIB}/pyomo/core/pyomoobject.pyo
+${PYSITELIB}/pyomo/core/staleflag.py
+${PYSITELIB}/pyomo/core/staleflag.pyc
+${PYSITELIB}/pyomo/core/staleflag.pyo
+${PYSITELIB}/pyomo/core/tests/__init__.py
+${PYSITELIB}/pyomo/core/tests/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/data/__init__.py
+${PYSITELIB}/pyomo/core/tests/data/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/data/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/data/test_odbc_ini.py
+${PYSITELIB}/pyomo/core/tests/data/test_odbc_ini.pyc
+${PYSITELIB}/pyomo/core/tests/data/test_odbc_ini.pyo
+${PYSITELIB}/pyomo/core/tests/diet/__init__.py
+${PYSITELIB}/pyomo/core/tests/diet/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/diet/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/diet/test_diet.py
+${PYSITELIB}/pyomo/core/tests/diet/test_diet.pyc
+${PYSITELIB}/pyomo/core/tests/diet/test_diet.pyo
+${PYSITELIB}/pyomo/core/tests/examples/__init__.py
+${PYSITELIB}/pyomo/core/tests/examples/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/examples/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/examples/pmedian.py
+${PYSITELIB}/pyomo/core/tests/examples/pmedian.pyc
+${PYSITELIB}/pyomo/core/tests/examples/pmedian.pyo
+${PYSITELIB}/pyomo/core/tests/examples/pmedian1.py
+${PYSITELIB}/pyomo/core/tests/examples/pmedian1.pyc
+${PYSITELIB}/pyomo/core/tests/examples/pmedian1.pyo
+${PYSITELIB}/pyomo/core/tests/examples/pmedian2.py
+${PYSITELIB}/pyomo/core/tests/examples/pmedian2.pyc
+${PYSITELIB}/pyomo/core/tests/examples/pmedian2.pyo
+${PYSITELIB}/pyomo/core/tests/examples/pmedian4.py
+${PYSITELIB}/pyomo/core/tests/examples/pmedian4.pyc
+${PYSITELIB}/pyomo/core/tests/examples/pmedian4.pyo
+${PYSITELIB}/pyomo/core/tests/examples/pmedian_concrete.py
+${PYSITELIB}/pyomo/core/tests/examples/pmedian_concrete.pyc
+${PYSITELIB}/pyomo/core/tests/examples/pmedian_concrete.pyo
+${PYSITELIB}/pyomo/core/tests/examples/test_amplbook2.py
+${PYSITELIB}/pyomo/core/tests/examples/test_amplbook2.pyc
+${PYSITELIB}/pyomo/core/tests/examples/test_amplbook2.pyo
+${PYSITELIB}/pyomo/core/tests/examples/test_kernel_examples.py
+${PYSITELIB}/pyomo/core/tests/examples/test_kernel_examples.pyc
+${PYSITELIB}/pyomo/core/tests/examples/test_kernel_examples.pyo
+${PYSITELIB}/pyomo/core/tests/examples/test_pyomo.py
+${PYSITELIB}/pyomo/core/tests/examples/test_pyomo.pyc
+${PYSITELIB}/pyomo/core/tests/examples/test_pyomo.pyo
+${PYSITELIB}/pyomo/core/tests/examples/test_tutorials.py
+${PYSITELIB}/pyomo/core/tests/examples/test_tutorials.pyc
+${PYSITELIB}/pyomo/core/tests/examples/test_tutorials.pyo
+${PYSITELIB}/pyomo/core/tests/transform/__init__.py
+${PYSITELIB}/pyomo/core/tests/transform/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/transform/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/transform/test_add_slacks.py
+${PYSITELIB}/pyomo/core/tests/transform/test_add_slacks.pyc
+${PYSITELIB}/pyomo/core/tests/transform/test_add_slacks.pyo
+${PYSITELIB}/pyomo/core/tests/transform/test_scaling.py
+${PYSITELIB}/pyomo/core/tests/transform/test_scaling.pyc
+${PYSITELIB}/pyomo/core/tests/transform/test_scaling.pyo
+${PYSITELIB}/pyomo/core/tests/transform/test_transform.py
+${PYSITELIB}/pyomo/core/tests/transform/test_transform.pyc
+${PYSITELIB}/pyomo/core/tests/transform/test_transform.pyo
+${PYSITELIB}/pyomo/core/tests/unit/__init__.py
+${PYSITELIB}/pyomo/core/tests/unit/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/unit/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/__init__.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/__init__.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/__init__.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_block.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_block.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_block.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_map.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_map.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_map.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_set.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_set.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_component_set.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_conic.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_conic.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_conic.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_constraint.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_constraint.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_constraint.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_dict_container.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_dict_container.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_dict_container.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_expression.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_expression.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_expression.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_kernel.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_kernel.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_kernel.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_list_container.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_list_container.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_list_container.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_matrix_constraint.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_matrix_constraint.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_matrix_constraint.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_objective.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_objective.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_objective.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_parameter.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_parameter.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_parameter.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_piecewise.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_piecewise.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_piecewise.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_sos.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_sos.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_sos.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_suffix.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_suffix.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_suffix.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_tuple_container.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_tuple_container.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_tuple_container.pyo
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_variable.py
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_variable.pyc
+${PYSITELIB}/pyomo/core/tests/unit/kernel/test_variable.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_action.py
+${PYSITELIB}/pyomo/core/tests/unit/test_action.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_action.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_block.py
+${PYSITELIB}/pyomo/core/tests/unit/test_block.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_block.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_block_model.py
+${PYSITELIB}/pyomo/core/tests/unit/test_block_model.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_block_model.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_bounds.py
+${PYSITELIB}/pyomo/core/tests/unit/test_bounds.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_bounds.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_check.py
+${PYSITELIB}/pyomo/core/tests/unit/test_check.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_check.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_compare.py
+${PYSITELIB}/pyomo/core/tests/unit/test_compare.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_compare.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_component.py
+${PYSITELIB}/pyomo/core/tests/unit/test_component.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_component.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_componentuid.py
+${PYSITELIB}/pyomo/core/tests/unit/test_componentuid.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_componentuid.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_con.py
+${PYSITELIB}/pyomo/core/tests/unit/test_con.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_con.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_concrete.py
+${PYSITELIB}/pyomo/core/tests/unit/test_concrete.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_concrete.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_connector.py
+${PYSITELIB}/pyomo/core/tests/unit/test_connector.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_connector.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_deprecation.py
+${PYSITELIB}/pyomo/core/tests/unit/test_deprecation.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_deprecation.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_derivs.py
+${PYSITELIB}/pyomo/core/tests/unit/test_derivs.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_derivs.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_dict_objects.py
+${PYSITELIB}/pyomo/core/tests/unit/test_dict_objects.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_dict_objects.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_disable_methods.py
+${PYSITELIB}/pyomo/core/tests/unit/test_disable_methods.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_disable_methods.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_enums.py
+${PYSITELIB}/pyomo/core/tests/unit/test_enums.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_enums.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_expr_misc.py
+${PYSITELIB}/pyomo/core/tests/unit/test_expr_misc.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_expr_misc.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_expression.py
+${PYSITELIB}/pyomo/core/tests/unit/test_expression.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_expression.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_external.py
+${PYSITELIB}/pyomo/core/tests/unit/test_external.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_external.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed.py
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed_slice.py
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed_slice.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_indexed_slice.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_initializer.py
+${PYSITELIB}/pyomo/core/tests/unit/test_initializer.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_initializer.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_kernel_register_numpy_types.py
+${PYSITELIB}/pyomo/core/tests/unit/test_kernel_register_numpy_types.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_kernel_register_numpy_types.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_labelers.py
+${PYSITELIB}/pyomo/core/tests/unit/test_labelers.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_labelers.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_list_objects.py
+${PYSITELIB}/pyomo/core/tests/unit/test_list_objects.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_list_objects.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_constraint.py
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_constraint.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_constraint.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_expr_expanded.py
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_expr_expanded.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_expr_expanded.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_to_linear.py
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_to_linear.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_logical_to_linear.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_matrix_constraint.py
+${PYSITELIB}/pyomo/core/tests/unit/test_matrix_constraint.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_matrix_constraint.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_misc.py
+${PYSITELIB}/pyomo/core/tests/unit/test_misc.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_misc.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_model.py
+${PYSITELIB}/pyomo/core/tests/unit/test_model.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_model.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_mutable.py
+${PYSITELIB}/pyomo/core/tests/unit/test_mutable.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_mutable.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_api.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_api.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_api.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_dispatcher.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_dispatcher.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_dispatcher.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_zerofilter.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_zerofilter.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numeric_expr_zerofilter.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numpy_expr.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numpy_expr.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numpy_expr.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_numvalue.py
+${PYSITELIB}/pyomo/core/tests/unit/test_numvalue.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_numvalue.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_obj.py
+${PYSITELIB}/pyomo/core/tests/unit/test_obj.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_obj.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_param.py
+${PYSITELIB}/pyomo/core/tests/unit/test_param.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_param.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_pickle.py
+${PYSITELIB}/pyomo/core/tests/unit/test_pickle.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_pickle.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_piecewise.py
+${PYSITELIB}/pyomo/core/tests/unit/test_piecewise.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_piecewise.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_preprocess.py
+${PYSITELIB}/pyomo/core/tests/unit/test_preprocess.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_preprocess.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_range.py
+${PYSITELIB}/pyomo/core/tests/unit/test_range.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_range.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_reference.py
+${PYSITELIB}/pyomo/core/tests/unit/test_reference.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_reference.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_relational_expr.py
+${PYSITELIB}/pyomo/core/tests/unit/test_relational_expr.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_relational_expr.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_set.py
+${PYSITELIB}/pyomo/core/tests/unit/test_set.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_set.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_sets.py
+${PYSITELIB}/pyomo/core/tests/unit/test_sets.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_sets.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_smap.py
+${PYSITELIB}/pyomo/core/tests/unit/test_smap.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_smap.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_sos.py
+${PYSITELIB}/pyomo/core/tests/unit/test_sos.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_sos.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_sos_v2.py
+${PYSITELIB}/pyomo/core/tests/unit/test_sos_v2.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_sos_v2.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_suffix.py
+${PYSITELIB}/pyomo/core/tests/unit/test_suffix.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_suffix.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_symbol_map.py
+${PYSITELIB}/pyomo/core/tests/unit/test_symbol_map.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_symbol_map.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_symbolic.py
+${PYSITELIB}/pyomo/core/tests/unit/test_symbolic.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_symbolic.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_taylor_series.py
+${PYSITELIB}/pyomo/core/tests/unit/test_taylor_series.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_taylor_series.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_template_expr.py
+${PYSITELIB}/pyomo/core/tests/unit/test_template_expr.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_template_expr.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_units.py
+${PYSITELIB}/pyomo/core/tests/unit/test_units.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_units.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_var.py
+${PYSITELIB}/pyomo/core/tests/unit/test_var.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_var.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_var_set_bounds.py
+${PYSITELIB}/pyomo/core/tests/unit/test_var_set_bounds.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_var_set_bounds.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_visitor.py
+${PYSITELIB}/pyomo/core/tests/unit/test_visitor.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_visitor.pyo
+${PYSITELIB}/pyomo/core/tests/unit/test_xfrm_discrete_vars.py
+${PYSITELIB}/pyomo/core/tests/unit/test_xfrm_discrete_vars.pyc
+${PYSITELIB}/pyomo/core/tests/unit/test_xfrm_discrete_vars.pyo
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_linear.py
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_linear.pyc
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_linear.pyo
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_quadratic.py
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_quadratic.pyc
+${PYSITELIB}/pyomo/core/tests/unit/uninstantiated_model_quadratic.pyo
+${PYSITELIB}/pyomo/core/util.py
+${PYSITELIB}/pyomo/core/util.pyc
+${PYSITELIB}/pyomo/core/util.pyo
+${PYSITELIB}/pyomo/dae/__init__.py
+${PYSITELIB}/pyomo/dae/__init__.pyc
+${PYSITELIB}/pyomo/dae/__init__.pyo
+${PYSITELIB}/pyomo/dae/contset.py
+${PYSITELIB}/pyomo/dae/contset.pyc
+${PYSITELIB}/pyomo/dae/contset.pyo
+${PYSITELIB}/pyomo/dae/diffvar.py
+${PYSITELIB}/pyomo/dae/diffvar.pyc
+${PYSITELIB}/pyomo/dae/diffvar.pyo
+${PYSITELIB}/pyomo/dae/flatten.py
+${PYSITELIB}/pyomo/dae/flatten.pyc
+${PYSITELIB}/pyomo/dae/flatten.pyo
+${PYSITELIB}/pyomo/dae/initialization.py
+${PYSITELIB}/pyomo/dae/initialization.pyc
+${PYSITELIB}/pyomo/dae/initialization.pyo
+${PYSITELIB}/pyomo/dae/integral.py
+${PYSITELIB}/pyomo/dae/integral.pyc
+${PYSITELIB}/pyomo/dae/integral.pyo
+${PYSITELIB}/pyomo/dae/misc.py
+${PYSITELIB}/pyomo/dae/misc.pyc
+${PYSITELIB}/pyomo/dae/misc.pyo
+${PYSITELIB}/pyomo/dae/plugins/__init__.py
+${PYSITELIB}/pyomo/dae/plugins/__init__.pyc
+${PYSITELIB}/pyomo/dae/plugins/__init__.pyo
+${PYSITELIB}/pyomo/dae/plugins/colloc.py
+${PYSITELIB}/pyomo/dae/plugins/colloc.pyc
+${PYSITELIB}/pyomo/dae/plugins/colloc.pyo
+${PYSITELIB}/pyomo/dae/plugins/finitedifference.py
+${PYSITELIB}/pyomo/dae/plugins/finitedifference.pyc
+${PYSITELIB}/pyomo/dae/plugins/finitedifference.pyo
+${PYSITELIB}/pyomo/dae/set_utils.py
+${PYSITELIB}/pyomo/dae/set_utils.pyc
+${PYSITELIB}/pyomo/dae/set_utils.pyo
+${PYSITELIB}/pyomo/dae/simulator.py
+${PYSITELIB}/pyomo/dae/simulator.pyc
+${PYSITELIB}/pyomo/dae/simulator.pyo
+${PYSITELIB}/pyomo/dae/tests/__init__.py
+${PYSITELIB}/pyomo/dae/tests/__init__.pyc
+${PYSITELIB}/pyomo/dae/tests/__init__.pyo
+${PYSITELIB}/pyomo/dae/tests/test_colloc.py
+${PYSITELIB}/pyomo/dae/tests/test_colloc.pyc
+${PYSITELIB}/pyomo/dae/tests/test_colloc.pyo
+${PYSITELIB}/pyomo/dae/tests/test_contset.py
+${PYSITELIB}/pyomo/dae/tests/test_contset.pyc
+${PYSITELIB}/pyomo/dae/tests/test_contset.pyo
+${PYSITELIB}/pyomo/dae/tests/test_diffvar.py
+${PYSITELIB}/pyomo/dae/tests/test_diffvar.pyc
+${PYSITELIB}/pyomo/dae/tests/test_diffvar.pyo
+${PYSITELIB}/pyomo/dae/tests/test_finite_diff.py
+${PYSITELIB}/pyomo/dae/tests/test_finite_diff.pyc
+${PYSITELIB}/pyomo/dae/tests/test_finite_diff.pyo
+${PYSITELIB}/pyomo/dae/tests/test_flatten.py
+${PYSITELIB}/pyomo/dae/tests/test_flatten.pyc
+${PYSITELIB}/pyomo/dae/tests/test_flatten.pyo
+${PYSITELIB}/pyomo/dae/tests/test_initialization.py
+${PYSITELIB}/pyomo/dae/tests/test_initialization.pyc
+${PYSITELIB}/pyomo/dae/tests/test_initialization.pyo
+${PYSITELIB}/pyomo/dae/tests/test_integral.py
+${PYSITELIB}/pyomo/dae/tests/test_integral.pyc
+${PYSITELIB}/pyomo/dae/tests/test_integral.pyo
+${PYSITELIB}/pyomo/dae/tests/test_misc.py
+${PYSITELIB}/pyomo/dae/tests/test_misc.pyc
+${PYSITELIB}/pyomo/dae/tests/test_misc.pyo
+${PYSITELIB}/pyomo/dae/tests/test_set_utils.py
+${PYSITELIB}/pyomo/dae/tests/test_set_utils.pyc
+${PYSITELIB}/pyomo/dae/tests/test_set_utils.pyo
+${PYSITELIB}/pyomo/dae/tests/test_simulator.py
+${PYSITELIB}/pyomo/dae/tests/test_simulator.pyc
+${PYSITELIB}/pyomo/dae/tests/test_simulator.pyo
+${PYSITELIB}/pyomo/dae/utilities.py
+${PYSITELIB}/pyomo/dae/utilities.pyc
+${PYSITELIB}/pyomo/dae/utilities.pyo
+${PYSITELIB}/pyomo/dataportal/DataPortal.py
+${PYSITELIB}/pyomo/dataportal/DataPortal.pyc
+${PYSITELIB}/pyomo/dataportal/DataPortal.pyo
+${PYSITELIB}/pyomo/dataportal/TableData.py
+${PYSITELIB}/pyomo/dataportal/TableData.pyc
+${PYSITELIB}/pyomo/dataportal/TableData.pyo
+${PYSITELIB}/pyomo/dataportal/__init__.py
+${PYSITELIB}/pyomo/dataportal/__init__.pyc
+${PYSITELIB}/pyomo/dataportal/__init__.pyo
+${PYSITELIB}/pyomo/dataportal/factory.py
+${PYSITELIB}/pyomo/dataportal/factory.pyc
+${PYSITELIB}/pyomo/dataportal/factory.pyo
+${PYSITELIB}/pyomo/dataportal/parse_datacmds.py
+${PYSITELIB}/pyomo/dataportal/parse_datacmds.pyc
+${PYSITELIB}/pyomo/dataportal/parse_datacmds.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/__init__.py
+${PYSITELIB}/pyomo/dataportal/plugins/__init__.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/__init__.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/csv_table.py
+${PYSITELIB}/pyomo/dataportal/plugins/csv_table.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/csv_table.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/datacommands.py
+${PYSITELIB}/pyomo/dataportal/plugins/datacommands.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/datacommands.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/db_table.py
+${PYSITELIB}/pyomo/dataportal/plugins/db_table.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/db_table.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/json_dict.py
+${PYSITELIB}/pyomo/dataportal/plugins/json_dict.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/json_dict.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/sheet.py
+${PYSITELIB}/pyomo/dataportal/plugins/sheet.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/sheet.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/text.py
+${PYSITELIB}/pyomo/dataportal/plugins/text.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/text.pyo
+${PYSITELIB}/pyomo/dataportal/plugins/xml_table.py
+${PYSITELIB}/pyomo/dataportal/plugins/xml_table.pyc
+${PYSITELIB}/pyomo/dataportal/plugins/xml_table.pyo
+${PYSITELIB}/pyomo/dataportal/process_data.py
+${PYSITELIB}/pyomo/dataportal/process_data.pyc
+${PYSITELIB}/pyomo/dataportal/process_data.pyo
+${PYSITELIB}/pyomo/dataportal/tests/__init__.py
+${PYSITELIB}/pyomo/dataportal/tests/__init__.pyc
+${PYSITELIB}/pyomo/dataportal/tests/__init__.pyo
+${PYSITELIB}/pyomo/dataportal/tests/test_dat_parser.py
+${PYSITELIB}/pyomo/dataportal/tests/test_dat_parser.pyc
+${PYSITELIB}/pyomo/dataportal/tests/test_dat_parser.pyo
+${PYSITELIB}/pyomo/dataportal/tests/test_dataportal.py
+${PYSITELIB}/pyomo/dataportal/tests/test_dataportal.pyc
+${PYSITELIB}/pyomo/dataportal/tests/test_dataportal.pyo
+${PYSITELIB}/pyomo/duality/__init__.py
+${PYSITELIB}/pyomo/duality/__init__.pyc
+${PYSITELIB}/pyomo/duality/__init__.pyo
+${PYSITELIB}/pyomo/duality/collect.py
+${PYSITELIB}/pyomo/duality/collect.pyc
+${PYSITELIB}/pyomo/duality/collect.pyo
+${PYSITELIB}/pyomo/duality/lagrangian_dual.py
+${PYSITELIB}/pyomo/duality/lagrangian_dual.pyc
+${PYSITELIB}/pyomo/duality/lagrangian_dual.pyo
+${PYSITELIB}/pyomo/duality/plugins.py
+${PYSITELIB}/pyomo/duality/plugins.pyc
+${PYSITELIB}/pyomo/duality/plugins.pyo
+${PYSITELIB}/pyomo/duality/tests/__init__.py
+${PYSITELIB}/pyomo/duality/tests/__init__.pyc
+${PYSITELIB}/pyomo/duality/tests/__init__.pyo
+${PYSITELIB}/pyomo/duality/tests/test_linear_dual.py
+${PYSITELIB}/pyomo/duality/tests/test_linear_dual.pyc
+${PYSITELIB}/pyomo/duality/tests/test_linear_dual.pyo
+${PYSITELIB}/pyomo/environ/__init__.py
+${PYSITELIB}/pyomo/environ/__init__.pyc
+${PYSITELIB}/pyomo/environ/__init__.pyo
+${PYSITELIB}/pyomo/environ/tests/__init__.py
+${PYSITELIB}/pyomo/environ/tests/__init__.pyc
+${PYSITELIB}/pyomo/environ/tests/__init__.pyo
+${PYSITELIB}/pyomo/environ/tests/standalone_minimal_pyomo_driver.py
+${PYSITELIB}/pyomo/environ/tests/standalone_minimal_pyomo_driver.pyc
+${PYSITELIB}/pyomo/environ/tests/standalone_minimal_pyomo_driver.pyo
+${PYSITELIB}/pyomo/environ/tests/test_environ.py
+${PYSITELIB}/pyomo/environ/tests/test_environ.pyc
+${PYSITELIB}/pyomo/environ/tests/test_environ.pyo
+${PYSITELIB}/pyomo/environ/tests/test_package_layout.py
+${PYSITELIB}/pyomo/environ/tests/test_package_layout.pyc
+${PYSITELIB}/pyomo/environ/tests/test_package_layout.pyo
+${PYSITELIB}/pyomo/gdp/__init__.py
+${PYSITELIB}/pyomo/gdp/__init__.pyc
+${PYSITELIB}/pyomo/gdp/__init__.pyo
+${PYSITELIB}/pyomo/gdp/basic_step.py
+${PYSITELIB}/pyomo/gdp/basic_step.pyc
+${PYSITELIB}/pyomo/gdp/basic_step.pyo
+${PYSITELIB}/pyomo/gdp/disjunct.py
+${PYSITELIB}/pyomo/gdp/disjunct.pyc
+${PYSITELIB}/pyomo/gdp/disjunct.pyo
+${PYSITELIB}/pyomo/gdp/plugins/__init__.py
+${PYSITELIB}/pyomo/gdp/plugins/__init__.pyc
+${PYSITELIB}/pyomo/gdp/plugins/__init__.pyo
+${PYSITELIB}/pyomo/gdp/plugins/between_steps.py
+${PYSITELIB}/pyomo/gdp/plugins/between_steps.pyc
+${PYSITELIB}/pyomo/gdp/plugins/between_steps.pyo
+${PYSITELIB}/pyomo/gdp/plugins/bigm.py
+${PYSITELIB}/pyomo/gdp/plugins/bigm.pyc
+${PYSITELIB}/pyomo/gdp/plugins/bigm.pyo
+${PYSITELIB}/pyomo/gdp/plugins/bigm_mixin.py
+${PYSITELIB}/pyomo/gdp/plugins/bigm_mixin.pyc
+${PYSITELIB}/pyomo/gdp/plugins/bigm_mixin.pyo
+${PYSITELIB}/pyomo/gdp/plugins/bilinear.py
+${PYSITELIB}/pyomo/gdp/plugins/bilinear.pyc
+${PYSITELIB}/pyomo/gdp/plugins/bilinear.pyo
+${PYSITELIB}/pyomo/gdp/plugins/binary_multiplication.py
+${PYSITELIB}/pyomo/gdp/plugins/binary_multiplication.pyc
+${PYSITELIB}/pyomo/gdp/plugins/binary_multiplication.pyo
+${PYSITELIB}/pyomo/gdp/plugins/bound_pretransformation.py
+${PYSITELIB}/pyomo/gdp/plugins/bound_pretransformation.pyc
+${PYSITELIB}/pyomo/gdp/plugins/bound_pretransformation.pyo
+${PYSITELIB}/pyomo/gdp/plugins/chull.py
+${PYSITELIB}/pyomo/gdp/plugins/chull.pyc
+${PYSITELIB}/pyomo/gdp/plugins/chull.pyo
+${PYSITELIB}/pyomo/gdp/plugins/cuttingplane.py
+${PYSITELIB}/pyomo/gdp/plugins/cuttingplane.pyc
+${PYSITELIB}/pyomo/gdp/plugins/cuttingplane.pyo
+${PYSITELIB}/pyomo/gdp/plugins/fix_disjuncts.py
+${PYSITELIB}/pyomo/gdp/plugins/fix_disjuncts.pyc
+${PYSITELIB}/pyomo/gdp/plugins/fix_disjuncts.pyo
+${PYSITELIB}/pyomo/gdp/plugins/gdp_to_mip_transformation.py
+${PYSITELIB}/pyomo/gdp/plugins/gdp_to_mip_transformation.pyc
+${PYSITELIB}/pyomo/gdp/plugins/gdp_to_mip_transformation.pyo
+${PYSITELIB}/pyomo/gdp/plugins/gdp_var_mover.py
+${PYSITELIB}/pyomo/gdp/plugins/gdp_var_mover.pyc
+${PYSITELIB}/pyomo/gdp/plugins/gdp_var_mover.pyo
+${PYSITELIB}/pyomo/gdp/plugins/hull.py
+${PYSITELIB}/pyomo/gdp/plugins/hull.pyc
+${PYSITELIB}/pyomo/gdp/plugins/hull.pyo
+${PYSITELIB}/pyomo/gdp/plugins/multiple_bigm.py
+${PYSITELIB}/pyomo/gdp/plugins/multiple_bigm.pyc
+${PYSITELIB}/pyomo/gdp/plugins/multiple_bigm.pyo
+${PYSITELIB}/pyomo/gdp/plugins/partition_disjuncts.py
+${PYSITELIB}/pyomo/gdp/plugins/partition_disjuncts.pyc
+${PYSITELIB}/pyomo/gdp/plugins/partition_disjuncts.pyo
+${PYSITELIB}/pyomo/gdp/plugins/transform_current_disjunctive_state.py
+${PYSITELIB}/pyomo/gdp/plugins/transform_current_disjunctive_state.pyc
+${PYSITELIB}/pyomo/gdp/plugins/transform_current_disjunctive_state.pyo
+${PYSITELIB}/pyomo/gdp/tests/__init__.py
+${PYSITELIB}/pyomo/gdp/tests/__init__.pyc
+${PYSITELIB}/pyomo/gdp/tests/__init__.pyo
+${PYSITELIB}/pyomo/gdp/tests/common_tests.py
+${PYSITELIB}/pyomo/gdp/tests/common_tests.pyc
+${PYSITELIB}/pyomo/gdp/tests/common_tests.pyo
+${PYSITELIB}/pyomo/gdp/tests/models.py
+${PYSITELIB}/pyomo/gdp/tests/models.pyc
+${PYSITELIB}/pyomo/gdp/tests/models.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_basic_step.py
+${PYSITELIB}/pyomo/gdp/tests/test_basic_step.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_basic_step.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_bigm.py
+${PYSITELIB}/pyomo/gdp/tests/test_bigm.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_bigm.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_binary_multiplication.py
+${PYSITELIB}/pyomo/gdp/tests/test_binary_multiplication.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_binary_multiplication.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_bound_pretransformation.py
+${PYSITELIB}/pyomo/gdp/tests/test_bound_pretransformation.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_bound_pretransformation.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_cuttingplane.py
+${PYSITELIB}/pyomo/gdp/tests/test_cuttingplane.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_cuttingplane.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_disjunct.py
+${PYSITELIB}/pyomo/gdp/tests/test_disjunct.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_disjunct.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_fix_disjuncts.py
+${PYSITELIB}/pyomo/gdp/tests/test_fix_disjuncts.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_fix_disjuncts.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_gdp.py
+${PYSITELIB}/pyomo/gdp/tests/test_gdp.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_gdp.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_gdp_reclassification_error.py
+${PYSITELIB}/pyomo/gdp/tests/test_gdp_reclassification_error.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_gdp_reclassification_error.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_hull.py
+${PYSITELIB}/pyomo/gdp/tests/test_hull.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_hull.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_mbigm.py
+${PYSITELIB}/pyomo/gdp/tests/test_mbigm.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_mbigm.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_partition_disjuncts.py
+${PYSITELIB}/pyomo/gdp/tests/test_partition_disjuncts.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_partition_disjuncts.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_reclassify.py
+${PYSITELIB}/pyomo/gdp/tests/test_reclassify.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_reclassify.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_transform_current_disjunctive_state.py
+${PYSITELIB}/pyomo/gdp/tests/test_transform_current_disjunctive_state.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_transform_current_disjunctive_state.pyo
+${PYSITELIB}/pyomo/gdp/tests/test_util.py
+${PYSITELIB}/pyomo/gdp/tests/test_util.pyc
+${PYSITELIB}/pyomo/gdp/tests/test_util.pyo
+${PYSITELIB}/pyomo/gdp/transformed_disjunct.py
+${PYSITELIB}/pyomo/gdp/transformed_disjunct.pyc
+${PYSITELIB}/pyomo/gdp/transformed_disjunct.pyo
+${PYSITELIB}/pyomo/gdp/util.py
+${PYSITELIB}/pyomo/gdp/util.pyc
+${PYSITELIB}/pyomo/gdp/util.pyo
+${PYSITELIB}/pyomo/kernel/__init__.py
+${PYSITELIB}/pyomo/kernel/__init__.pyc
+${PYSITELIB}/pyomo/kernel/__init__.pyo
+${PYSITELIB}/pyomo/kernel/util.py
+${PYSITELIB}/pyomo/kernel/util.pyc
+${PYSITELIB}/pyomo/kernel/util.pyo
+${PYSITELIB}/pyomo/mpec/__init__.py
+${PYSITELIB}/pyomo/mpec/__init__.pyc
+${PYSITELIB}/pyomo/mpec/__init__.pyo
+${PYSITELIB}/pyomo/mpec/complementarity.py
+${PYSITELIB}/pyomo/mpec/complementarity.pyc
+${PYSITELIB}/pyomo/mpec/complementarity.pyo
+${PYSITELIB}/pyomo/mpec/plugins/__init__.py
+${PYSITELIB}/pyomo/mpec/plugins/__init__.pyc
+${PYSITELIB}/pyomo/mpec/plugins/__init__.pyo
+${PYSITELIB}/pyomo/mpec/plugins/mpec1.py
+${PYSITELIB}/pyomo/mpec/plugins/mpec1.pyc
+${PYSITELIB}/pyomo/mpec/plugins/mpec1.pyo
+${PYSITELIB}/pyomo/mpec/plugins/mpec2.py
+${PYSITELIB}/pyomo/mpec/plugins/mpec2.pyc
+${PYSITELIB}/pyomo/mpec/plugins/mpec2.pyo
+${PYSITELIB}/pyomo/mpec/plugins/mpec3.py
+${PYSITELIB}/pyomo/mpec/plugins/mpec3.pyc
+${PYSITELIB}/pyomo/mpec/plugins/mpec3.pyo
+${PYSITELIB}/pyomo/mpec/plugins/mpec4.py
+${PYSITELIB}/pyomo/mpec/plugins/mpec4.pyc
+${PYSITELIB}/pyomo/mpec/plugins/mpec4.pyo
+${PYSITELIB}/pyomo/mpec/plugins/pathampl.py
+${PYSITELIB}/pyomo/mpec/plugins/pathampl.pyc
+${PYSITELIB}/pyomo/mpec/plugins/pathampl.pyo
+${PYSITELIB}/pyomo/mpec/plugins/solver1.py
+${PYSITELIB}/pyomo/mpec/plugins/solver1.pyc
+${PYSITELIB}/pyomo/mpec/plugins/solver1.pyo
+${PYSITELIB}/pyomo/mpec/plugins/solver2.py
+${PYSITELIB}/pyomo/mpec/plugins/solver2.pyc
+${PYSITELIB}/pyomo/mpec/plugins/solver2.pyo
+${PYSITELIB}/pyomo/mpec/tests/__init__.py
+${PYSITELIB}/pyomo/mpec/tests/__init__.pyc
+${PYSITELIB}/pyomo/mpec/tests/__init__.pyo
+${PYSITELIB}/pyomo/mpec/tests/test_complementarity.py
+${PYSITELIB}/pyomo/mpec/tests/test_complementarity.pyc
+${PYSITELIB}/pyomo/mpec/tests/test_complementarity.pyo
+${PYSITELIB}/pyomo/mpec/tests/test_minlp.py
+${PYSITELIB}/pyomo/mpec/tests/test_minlp.pyc
+${PYSITELIB}/pyomo/mpec/tests/test_minlp.pyo
+${PYSITELIB}/pyomo/mpec/tests/test_nlp.py
+${PYSITELIB}/pyomo/mpec/tests/test_nlp.pyc
+${PYSITELIB}/pyomo/mpec/tests/test_nlp.pyo
+${PYSITELIB}/pyomo/mpec/tests/test_path.py
+${PYSITELIB}/pyomo/mpec/tests/test_path.pyc
+${PYSITELIB}/pyomo/mpec/tests/test_path.pyo
+${PYSITELIB}/pyomo/neos/__init__.py
+${PYSITELIB}/pyomo/neos/__init__.pyc
+${PYSITELIB}/pyomo/neos/__init__.pyo
+${PYSITELIB}/pyomo/neos/kestrel.py
+${PYSITELIB}/pyomo/neos/kestrel.pyc
+${PYSITELIB}/pyomo/neos/kestrel.pyo
+${PYSITELIB}/pyomo/neos/plugins/NEOS.py
+${PYSITELIB}/pyomo/neos/plugins/NEOS.pyc
+${PYSITELIB}/pyomo/neos/plugins/NEOS.pyo
+${PYSITELIB}/pyomo/neos/plugins/__init__.py
+${PYSITELIB}/pyomo/neos/plugins/__init__.pyc
+${PYSITELIB}/pyomo/neos/plugins/__init__.pyo
+${PYSITELIB}/pyomo/neos/plugins/kestrel_plugin.py
+${PYSITELIB}/pyomo/neos/plugins/kestrel_plugin.pyc
+${PYSITELIB}/pyomo/neos/plugins/kestrel_plugin.pyo
+${PYSITELIB}/pyomo/neos/tests/__init__.py
+${PYSITELIB}/pyomo/neos/tests/__init__.pyc
+${PYSITELIB}/pyomo/neos/tests/__init__.pyo
+${PYSITELIB}/pyomo/neos/tests/model_min_lp.py
+${PYSITELIB}/pyomo/neos/tests/model_min_lp.pyc
+${PYSITELIB}/pyomo/neos/tests/model_min_lp.pyo
+${PYSITELIB}/pyomo/neos/tests/test_neos.py
+${PYSITELIB}/pyomo/neos/tests/test_neos.pyc
+${PYSITELIB}/pyomo/neos/tests/test_neos.pyo
+${PYSITELIB}/pyomo/network/__init__.py
+${PYSITELIB}/pyomo/network/__init__.pyc
+${PYSITELIB}/pyomo/network/__init__.pyo
+${PYSITELIB}/pyomo/network/arc.py
+${PYSITELIB}/pyomo/network/arc.pyc
+${PYSITELIB}/pyomo/network/arc.pyo
+${PYSITELIB}/pyomo/network/decomposition.py
+${PYSITELIB}/pyomo/network/decomposition.pyc
+${PYSITELIB}/pyomo/network/decomposition.pyo
+${PYSITELIB}/pyomo/network/foqus_graph.py
+${PYSITELIB}/pyomo/network/foqus_graph.pyc
+${PYSITELIB}/pyomo/network/foqus_graph.pyo
+${PYSITELIB}/pyomo/network/plugins/__init__.py
+${PYSITELIB}/pyomo/network/plugins/__init__.pyc
+${PYSITELIB}/pyomo/network/plugins/__init__.pyo
+${PYSITELIB}/pyomo/network/plugins/expand_arcs.py
+${PYSITELIB}/pyomo/network/plugins/expand_arcs.pyc
+${PYSITELIB}/pyomo/network/plugins/expand_arcs.pyo
+${PYSITELIB}/pyomo/network/port.py
+${PYSITELIB}/pyomo/network/port.pyc
+${PYSITELIB}/pyomo/network/port.pyo
+${PYSITELIB}/pyomo/network/tests/__init__.py
+${PYSITELIB}/pyomo/network/tests/__init__.pyc
+${PYSITELIB}/pyomo/network/tests/__init__.pyo
+${PYSITELIB}/pyomo/network/tests/test_arc.py
+${PYSITELIB}/pyomo/network/tests/test_arc.pyc
+${PYSITELIB}/pyomo/network/tests/test_arc.pyo
+${PYSITELIB}/pyomo/network/tests/test_decomposition.py
+${PYSITELIB}/pyomo/network/tests/test_decomposition.pyc
+${PYSITELIB}/pyomo/network/tests/test_decomposition.pyo
+${PYSITELIB}/pyomo/network/tests/test_port.py
+${PYSITELIB}/pyomo/network/tests/test_port.pyc
+${PYSITELIB}/pyomo/network/tests/test_port.pyo
+${PYSITELIB}/pyomo/network/util.py
+${PYSITELIB}/pyomo/network/util.pyc
+${PYSITELIB}/pyomo/network/util.pyo
+${PYSITELIB}/pyomo/opt/__init__.py
+${PYSITELIB}/pyomo/opt/__init__.pyc
+${PYSITELIB}/pyomo/opt/__init__.pyo
+${PYSITELIB}/pyomo/opt/base/__init__.py
+${PYSITELIB}/pyomo/opt/base/__init__.pyc
+${PYSITELIB}/pyomo/opt/base/__init__.pyo
+${PYSITELIB}/pyomo/opt/base/convert.py
+${PYSITELIB}/pyomo/opt/base/convert.pyc
+${PYSITELIB}/pyomo/opt/base/convert.pyo
+${PYSITELIB}/pyomo/opt/base/error.py
+${PYSITELIB}/pyomo/opt/base/error.pyc
+${PYSITELIB}/pyomo/opt/base/error.pyo
+${PYSITELIB}/pyomo/opt/base/formats.py
+${PYSITELIB}/pyomo/opt/base/formats.pyc
+${PYSITELIB}/pyomo/opt/base/formats.pyo
+${PYSITELIB}/pyomo/opt/base/opt_config.py
+${PYSITELIB}/pyomo/opt/base/opt_config.pyc
+${PYSITELIB}/pyomo/opt/base/opt_config.pyo
+${PYSITELIB}/pyomo/opt/base/problem.py
+${PYSITELIB}/pyomo/opt/base/problem.pyc
+${PYSITELIB}/pyomo/opt/base/problem.pyo
+${PYSITELIB}/pyomo/opt/base/results.py
+${PYSITELIB}/pyomo/opt/base/results.pyc
+${PYSITELIB}/pyomo/opt/base/results.pyo
+${PYSITELIB}/pyomo/opt/base/solvers.py
+${PYSITELIB}/pyomo/opt/base/solvers.pyc
+${PYSITELIB}/pyomo/opt/base/solvers.pyo
+${PYSITELIB}/pyomo/opt/parallel/__init__.py
+${PYSITELIB}/pyomo/opt/parallel/__init__.pyc
+${PYSITELIB}/pyomo/opt/parallel/__init__.pyo
+${PYSITELIB}/pyomo/opt/parallel/async_solver.py
+${PYSITELIB}/pyomo/opt/parallel/async_solver.pyc
+${PYSITELIB}/pyomo/opt/parallel/async_solver.pyo
+${PYSITELIB}/pyomo/opt/parallel/local.py
+${PYSITELIB}/pyomo/opt/parallel/local.pyc
+${PYSITELIB}/pyomo/opt/parallel/local.pyo
+${PYSITELIB}/pyomo/opt/parallel/manager.py
+${PYSITELIB}/pyomo/opt/parallel/manager.pyc
+${PYSITELIB}/pyomo/opt/parallel/manager.pyo
+${PYSITELIB}/pyomo/opt/plugins/__init__.py
+${PYSITELIB}/pyomo/opt/plugins/__init__.pyc
+${PYSITELIB}/pyomo/opt/plugins/__init__.pyo
+${PYSITELIB}/pyomo/opt/plugins/driver.py
+${PYSITELIB}/pyomo/opt/plugins/driver.pyc
+${PYSITELIB}/pyomo/opt/plugins/driver.pyo
+${PYSITELIB}/pyomo/opt/plugins/res.py
+${PYSITELIB}/pyomo/opt/plugins/res.pyc
+${PYSITELIB}/pyomo/opt/plugins/res.pyo
+${PYSITELIB}/pyomo/opt/plugins/sol.py
+${PYSITELIB}/pyomo/opt/plugins/sol.pyc
+${PYSITELIB}/pyomo/opt/plugins/sol.pyo
+${PYSITELIB}/pyomo/opt/problem/__init__.py
+${PYSITELIB}/pyomo/opt/problem/__init__.pyc
+${PYSITELIB}/pyomo/opt/problem/__init__.pyo
+${PYSITELIB}/pyomo/opt/problem/ampl.py
+${PYSITELIB}/pyomo/opt/problem/ampl.pyc
+${PYSITELIB}/pyomo/opt/problem/ampl.pyo
+${PYSITELIB}/pyomo/opt/results/__init__.py
+${PYSITELIB}/pyomo/opt/results/__init__.pyc
+${PYSITELIB}/pyomo/opt/results/__init__.pyo
+${PYSITELIB}/pyomo/opt/results/container.py
+${PYSITELIB}/pyomo/opt/results/container.pyc
+${PYSITELIB}/pyomo/opt/results/container.pyo
+${PYSITELIB}/pyomo/opt/results/problem.py
+${PYSITELIB}/pyomo/opt/results/problem.pyc
+${PYSITELIB}/pyomo/opt/results/problem.pyo
+${PYSITELIB}/pyomo/opt/results/results_.py
+${PYSITELIB}/pyomo/opt/results/results_.pyc
+${PYSITELIB}/pyomo/opt/results/results_.pyo
+${PYSITELIB}/pyomo/opt/results/solution.py
+${PYSITELIB}/pyomo/opt/results/solution.pyc
+${PYSITELIB}/pyomo/opt/results/solution.pyo
+${PYSITELIB}/pyomo/opt/results/solver.py
+${PYSITELIB}/pyomo/opt/results/solver.pyc
+${PYSITELIB}/pyomo/opt/results/solver.pyo
+${PYSITELIB}/pyomo/opt/solver/__init__.py
+${PYSITELIB}/pyomo/opt/solver/__init__.pyc
+${PYSITELIB}/pyomo/opt/solver/__init__.pyo
+${PYSITELIB}/pyomo/opt/solver/ilmcmd.py
+${PYSITELIB}/pyomo/opt/solver/ilmcmd.pyc
+${PYSITELIB}/pyomo/opt/solver/ilmcmd.pyo
+${PYSITELIB}/pyomo/opt/solver/shellcmd.py
+${PYSITELIB}/pyomo/opt/solver/shellcmd.pyc
+${PYSITELIB}/pyomo/opt/solver/shellcmd.pyo
+${PYSITELIB}/pyomo/opt/testing/__init__.py
+${PYSITELIB}/pyomo/opt/testing/__init__.pyc
+${PYSITELIB}/pyomo/opt/testing/__init__.pyo
+${PYSITELIB}/pyomo/opt/testing/pyunit.py
+${PYSITELIB}/pyomo/opt/testing/pyunit.pyc
+${PYSITELIB}/pyomo/opt/testing/pyunit.pyo
+${PYSITELIB}/pyomo/opt/tests/__init__.py
+${PYSITELIB}/pyomo/opt/tests/__init__.pyc
+${PYSITELIB}/pyomo/opt/tests/__init__.pyo
+${PYSITELIB}/pyomo/opt/tests/base/__init__.py
+${PYSITELIB}/pyomo/opt/tests/base/__init__.pyc
+${PYSITELIB}/pyomo/opt/tests/base/__init__.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_ampl.py
+${PYSITELIB}/pyomo/opt/tests/base/test_ampl.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_ampl.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_convert.py
+${PYSITELIB}/pyomo/opt/tests/base/test_convert.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_convert.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_factory.py
+${PYSITELIB}/pyomo/opt/tests/base/test_factory.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_factory.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_sol.py
+${PYSITELIB}/pyomo/opt/tests/base/test_sol.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_sol.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_soln.py
+${PYSITELIB}/pyomo/opt/tests/base/test_soln.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_soln.pyo
+${PYSITELIB}/pyomo/opt/tests/base/test_solver.py
+${PYSITELIB}/pyomo/opt/tests/base/test_solver.pyc
+${PYSITELIB}/pyomo/opt/tests/base/test_solver.pyo
+${PYSITELIB}/pyomo/opt/tests/solver/__init__.py
+${PYSITELIB}/pyomo/opt/tests/solver/__init__.pyc
+${PYSITELIB}/pyomo/opt/tests/solver/__init__.pyo
+${PYSITELIB}/pyomo/opt/tests/solver/test_shellcmd.py
+${PYSITELIB}/pyomo/opt/tests/solver/test_shellcmd.pyc
+${PYSITELIB}/pyomo/opt/tests/solver/test_shellcmd.pyo
+${PYSITELIB}/pyomo/pysp/__init__.py
+${PYSITELIB}/pyomo/pysp/__init__.pyc
+${PYSITELIB}/pyomo/pysp/__init__.pyo
+${PYSITELIB}/pyomo/repn/__init__.py
+${PYSITELIB}/pyomo/repn/__init__.pyc
+${PYSITELIB}/pyomo/repn/__init__.pyo
+${PYSITELIB}/pyomo/repn/ampl.py
+${PYSITELIB}/pyomo/repn/ampl.pyc
+${PYSITELIB}/pyomo/repn/ampl.pyo
+${PYSITELIB}/pyomo/repn/beta/__init__.py
+${PYSITELIB}/pyomo/repn/beta/__init__.pyc
+${PYSITELIB}/pyomo/repn/beta/__init__.pyo
+${PYSITELIB}/pyomo/repn/beta/matrix.py
+${PYSITELIB}/pyomo/repn/beta/matrix.pyc
+${PYSITELIB}/pyomo/repn/beta/matrix.pyo
+${PYSITELIB}/pyomo/repn/linear.py
+${PYSITELIB}/pyomo/repn/linear.pyc
+${PYSITELIB}/pyomo/repn/linear.pyo
+${PYSITELIB}/pyomo/repn/parameterized_linear.py
+${PYSITELIB}/pyomo/repn/parameterized_linear.pyc
+${PYSITELIB}/pyomo/repn/parameterized_linear.pyo
+${PYSITELIB}/pyomo/repn/parameterized_quadratic.py
+${PYSITELIB}/pyomo/repn/parameterized_quadratic.pyc
+${PYSITELIB}/pyomo/repn/parameterized_quadratic.pyo
+${PYSITELIB}/pyomo/repn/plugins/__init__.py
+${PYSITELIB}/pyomo/repn/plugins/__init__.pyc
+${PYSITELIB}/pyomo/repn/plugins/__init__.pyo
+${PYSITELIB}/pyomo/repn/plugins/ampl/__init__.py
+${PYSITELIB}/pyomo/repn/plugins/ampl/__init__.pyc
+${PYSITELIB}/pyomo/repn/plugins/ampl/__init__.pyo
+${PYSITELIB}/pyomo/repn/plugins/ampl/ampl_.py
+${PYSITELIB}/pyomo/repn/plugins/ampl/ampl_.pyc
+${PYSITELIB}/pyomo/repn/plugins/ampl/ampl_.pyo
+${PYSITELIB}/pyomo/repn/plugins/baron_writer.py
+${PYSITELIB}/pyomo/repn/plugins/baron_writer.pyc
+${PYSITELIB}/pyomo/repn/plugins/baron_writer.pyo
+${PYSITELIB}/pyomo/repn/plugins/cpxlp.py
+${PYSITELIB}/pyomo/repn/plugins/cpxlp.pyc
+${PYSITELIB}/pyomo/repn/plugins/cpxlp.pyo
+${PYSITELIB}/pyomo/repn/plugins/gams_writer.py
+${PYSITELIB}/pyomo/repn/plugins/gams_writer.pyc
+${PYSITELIB}/pyomo/repn/plugins/gams_writer.pyo
+${PYSITELIB}/pyomo/repn/plugins/lp_writer.py
+${PYSITELIB}/pyomo/repn/plugins/lp_writer.pyc
+${PYSITELIB}/pyomo/repn/plugins/lp_writer.pyo
+${PYSITELIB}/pyomo/repn/plugins/mps.py
+${PYSITELIB}/pyomo/repn/plugins/mps.pyc
+${PYSITELIB}/pyomo/repn/plugins/mps.pyo
+${PYSITELIB}/pyomo/repn/plugins/nl_writer.py
+${PYSITELIB}/pyomo/repn/plugins/nl_writer.pyc
+${PYSITELIB}/pyomo/repn/plugins/nl_writer.pyo
+${PYSITELIB}/pyomo/repn/plugins/standard_form.py
+${PYSITELIB}/pyomo/repn/plugins/standard_form.pyc
+${PYSITELIB}/pyomo/repn/plugins/standard_form.pyo
+${PYSITELIB}/pyomo/repn/quadratic.py
+${PYSITELIB}/pyomo/repn/quadratic.pyc
+${PYSITELIB}/pyomo/repn/quadratic.pyo
+${PYSITELIB}/pyomo/repn/standard_aux.py
+${PYSITELIB}/pyomo/repn/standard_aux.pyc
+${PYSITELIB}/pyomo/repn/standard_aux.pyo
+${PYSITELIB}/pyomo/repn/standard_repn.py
+${PYSITELIB}/pyomo/repn/standard_repn.pyc
+${PYSITELIB}/pyomo/repn/standard_repn.pyo
+${PYSITELIB}/pyomo/repn/tests/__init__.py
+${PYSITELIB}/pyomo/repn/tests/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/__init__.py
+${PYSITELIB}/pyomo/repn/tests/ampl/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/helper.py
+${PYSITELIB}/pyomo/repn/tests/ampl/helper.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/helper.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/nl_diff.py
+${PYSITELIB}/pyomo/repn/tests/ampl/nl_diff.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/nl_diff.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small10_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small10_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small10_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small11_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small11_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small11_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small12_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small12_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small12_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small13_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small13_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small13_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small14_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small14_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small14_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small15_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small15_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small15_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small1_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small1_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small1_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small2_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small2_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small2_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small3_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small3_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small3_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small4_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small4_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small4_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small5_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small5_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small5_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small6_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small6_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small6_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small7_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small7_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small7_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small8_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small8_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small8_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/small9_testCase.py
+${PYSITELIB}/pyomo/repn/tests/ampl/small9_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/small9_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_comparison.py
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_comparison.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_comparison.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_nl.py
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_nl.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_nl.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_repn.py
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_repn.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/test_ampl_repn.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/test_nlv2.py
+${PYSITELIB}/pyomo/repn/tests/ampl/test_nlv2.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/test_nlv2.pyo
+${PYSITELIB}/pyomo/repn/tests/ampl/test_suffixes.py
+${PYSITELIB}/pyomo/repn/tests/ampl/test_suffixes.pyc
+${PYSITELIB}/pyomo/repn/tests/ampl/test_suffixes.pyo
+${PYSITELIB}/pyomo/repn/tests/baron/__init__.py
+${PYSITELIB}/pyomo/repn/tests/baron/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/baron/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/baron/small14a_testCase.py
+${PYSITELIB}/pyomo/repn/tests/baron/small14a_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/baron/small14a_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron.py
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron.pyc
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron.pyo
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron_comparison.py
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron_comparison.pyc
+${PYSITELIB}/pyomo/repn/tests/baron/test_baron_comparison.pyo
+${PYSITELIB}/pyomo/repn/tests/cpxlp/__init__.py
+${PYSITELIB}/pyomo/repn/tests/cpxlp/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/cpxlp/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_cpxlp.py
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_cpxlp.pyc
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_cpxlp.pyo
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_lpv2.py
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_lpv2.pyc
+${PYSITELIB}/pyomo/repn/tests/cpxlp/test_lpv2.pyo
+${PYSITELIB}/pyomo/repn/tests/diffutils.py
+${PYSITELIB}/pyomo/repn/tests/diffutils.pyc
+${PYSITELIB}/pyomo/repn/tests/diffutils.pyo
+${PYSITELIB}/pyomo/repn/tests/gams/__init__.py
+${PYSITELIB}/pyomo/repn/tests/gams/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/gams/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/gams/small14a_testCase.py
+${PYSITELIB}/pyomo/repn/tests/gams/small14a_testCase.pyc
+${PYSITELIB}/pyomo/repn/tests/gams/small14a_testCase.pyo
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams.py
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams.pyc
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams.pyo
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams_comparison.py
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams_comparison.pyc
+${PYSITELIB}/pyomo/repn/tests/gams/test_gams_comparison.pyo
+${PYSITELIB}/pyomo/repn/tests/lp_diff.py
+${PYSITELIB}/pyomo/repn/tests/lp_diff.pyc
+${PYSITELIB}/pyomo/repn/tests/lp_diff.pyo
+${PYSITELIB}/pyomo/repn/tests/mps/__init__.py
+${PYSITELIB}/pyomo/repn/tests/mps/__init__.pyc
+${PYSITELIB}/pyomo/repn/tests/mps/__init__.pyo
+${PYSITELIB}/pyomo/repn/tests/mps/test_mps.py
+${PYSITELIB}/pyomo/repn/tests/mps/test_mps.pyc
+${PYSITELIB}/pyomo/repn/tests/mps/test_mps.pyo
+${PYSITELIB}/pyomo/repn/tests/nl_diff.py
+${PYSITELIB}/pyomo/repn/tests/nl_diff.pyc
+${PYSITELIB}/pyomo/repn/tests/nl_diff.pyo
+${PYSITELIB}/pyomo/repn/tests/test_linear.py
+${PYSITELIB}/pyomo/repn/tests/test_linear.pyc
+${PYSITELIB}/pyomo/repn/tests/test_linear.pyo
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_linear.py
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_linear.pyc
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_linear.pyo
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_quadratic.py
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_quadratic.pyc
+${PYSITELIB}/pyomo/repn/tests/test_parameterized_quadratic.pyo
+${PYSITELIB}/pyomo/repn/tests/test_plugins.py
+${PYSITELIB}/pyomo/repn/tests/test_plugins.pyc
+${PYSITELIB}/pyomo/repn/tests/test_plugins.pyo
+${PYSITELIB}/pyomo/repn/tests/test_quadratic.py
+${PYSITELIB}/pyomo/repn/tests/test_quadratic.pyc
+${PYSITELIB}/pyomo/repn/tests/test_quadratic.pyo
+${PYSITELIB}/pyomo/repn/tests/test_standard.py
+${PYSITELIB}/pyomo/repn/tests/test_standard.pyc
+${PYSITELIB}/pyomo/repn/tests/test_standard.pyo
+${PYSITELIB}/pyomo/repn/tests/test_standard_form.py
+${PYSITELIB}/pyomo/repn/tests/test_standard_form.pyc
+${PYSITELIB}/pyomo/repn/tests/test_standard_form.pyo
+${PYSITELIB}/pyomo/repn/tests/test_util.py
+${PYSITELIB}/pyomo/repn/tests/test_util.pyc
+${PYSITELIB}/pyomo/repn/tests/test_util.pyo
+${PYSITELIB}/pyomo/repn/util.py
+${PYSITELIB}/pyomo/repn/util.pyc
+${PYSITELIB}/pyomo/repn/util.pyo
+${PYSITELIB}/pyomo/scripting/__init__.py
+${PYSITELIB}/pyomo/scripting/__init__.pyc
+${PYSITELIB}/pyomo/scripting/__init__.pyo
+${PYSITELIB}/pyomo/scripting/commands.py
+${PYSITELIB}/pyomo/scripting/commands.pyc
+${PYSITELIB}/pyomo/scripting/commands.pyo
+${PYSITELIB}/pyomo/scripting/convert.py
+${PYSITELIB}/pyomo/scripting/convert.pyc
+${PYSITELIB}/pyomo/scripting/convert.pyo
+${PYSITELIB}/pyomo/scripting/driver_help.py
+${PYSITELIB}/pyomo/scripting/driver_help.pyc
+${PYSITELIB}/pyomo/scripting/driver_help.pyo
+${PYSITELIB}/pyomo/scripting/interface.py
+${PYSITELIB}/pyomo/scripting/interface.pyc
+${PYSITELIB}/pyomo/scripting/interface.pyo
+${PYSITELIB}/pyomo/scripting/plugins/__init__.py
+${PYSITELIB}/pyomo/scripting/plugins/__init__.pyc
+${PYSITELIB}/pyomo/scripting/plugins/__init__.pyo
+${PYSITELIB}/pyomo/scripting/plugins/build_ext.py
+${PYSITELIB}/pyomo/scripting/plugins/build_ext.pyc
+${PYSITELIB}/pyomo/scripting/plugins/build_ext.pyo
+${PYSITELIB}/pyomo/scripting/plugins/convert.py
+${PYSITELIB}/pyomo/scripting/plugins/convert.pyc
+${PYSITELIB}/pyomo/scripting/plugins/convert.pyo
+${PYSITELIB}/pyomo/scripting/plugins/download.py
+${PYSITELIB}/pyomo/scripting/plugins/download.pyc
+${PYSITELIB}/pyomo/scripting/plugins/download.pyo
+${PYSITELIB}/pyomo/scripting/plugins/extras.py
+${PYSITELIB}/pyomo/scripting/plugins/extras.pyc
+${PYSITELIB}/pyomo/scripting/plugins/extras.pyo
+${PYSITELIB}/pyomo/scripting/plugins/solve.py
+${PYSITELIB}/pyomo/scripting/plugins/solve.pyc
+${PYSITELIB}/pyomo/scripting/plugins/solve.pyo
+${PYSITELIB}/pyomo/scripting/pyomo_command.py
+${PYSITELIB}/pyomo/scripting/pyomo_command.pyc
+${PYSITELIB}/pyomo/scripting/pyomo_command.pyo
+${PYSITELIB}/pyomo/scripting/pyomo_main.py
+${PYSITELIB}/pyomo/scripting/pyomo_main.pyc
+${PYSITELIB}/pyomo/scripting/pyomo_main.pyo
+${PYSITELIB}/pyomo/scripting/pyomo_parser.py
+${PYSITELIB}/pyomo/scripting/pyomo_parser.pyc
+${PYSITELIB}/pyomo/scripting/pyomo_parser.pyo
+${PYSITELIB}/pyomo/scripting/solve_config.py
+${PYSITELIB}/pyomo/scripting/solve_config.pyc
+${PYSITELIB}/pyomo/scripting/solve_config.pyo
+${PYSITELIB}/pyomo/scripting/tests/__init__.py
+${PYSITELIB}/pyomo/scripting/tests/__init__.pyc
+${PYSITELIB}/pyomo/scripting/tests/__init__.pyo
+${PYSITELIB}/pyomo/scripting/tests/test_cmds.py
+${PYSITELIB}/pyomo/scripting/tests/test_cmds.pyc
+${PYSITELIB}/pyomo/scripting/tests/test_cmds.pyo
+${PYSITELIB}/pyomo/scripting/util.py
+${PYSITELIB}/pyomo/scripting/util.pyc
+${PYSITELIB}/pyomo/scripting/util.pyo
+${PYSITELIB}/pyomo/solvers/__init__.py
+${PYSITELIB}/pyomo/solvers/__init__.pyc
+${PYSITELIB}/pyomo/solvers/__init__.pyo
+${PYSITELIB}/pyomo/solvers/amplfunc_merge.py
+${PYSITELIB}/pyomo/solvers/amplfunc_merge.pyc
+${PYSITELIB}/pyomo/solvers/amplfunc_merge.pyo
+${PYSITELIB}/pyomo/solvers/mockmip.py
+${PYSITELIB}/pyomo/solvers/mockmip.pyc
+${PYSITELIB}/pyomo/solvers/mockmip.pyo
+${PYSITELIB}/pyomo/solvers/plugins/__init__.py
+${PYSITELIB}/pyomo/solvers/plugins/__init__.pyc
+${PYSITELIB}/pyomo/solvers/plugins/__init__.pyo
+${PYSITELIB}/pyomo/solvers/plugins/converter/__init__.py
+${PYSITELIB}/pyomo/solvers/plugins/converter/__init__.pyc
+${PYSITELIB}/pyomo/solvers/plugins/converter/__init__.pyo
+${PYSITELIB}/pyomo/solvers/plugins/converter/ampl.py
+${PYSITELIB}/pyomo/solvers/plugins/converter/ampl.pyc
+${PYSITELIB}/pyomo/solvers/plugins/converter/ampl.pyo
+${PYSITELIB}/pyomo/solvers/plugins/converter/glpsol.py
+${PYSITELIB}/pyomo/solvers/plugins/converter/glpsol.pyc
+${PYSITELIB}/pyomo/solvers/plugins/converter/glpsol.pyo
+${PYSITELIB}/pyomo/solvers/plugins/converter/model.py
+${PYSITELIB}/pyomo/solvers/plugins/converter/model.pyc
+${PYSITELIB}/pyomo/solvers/plugins/converter/model.pyo
+${PYSITELIB}/pyomo/solvers/plugins/converter/pico.py
+${PYSITELIB}/pyomo/solvers/plugins/converter/pico.pyc
+${PYSITELIB}/pyomo/solvers/plugins/converter/pico.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/ASL.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/ASL.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/ASL.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/BARON.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/BARON.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/BARON.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CBCplugin.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CBCplugin.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CBCplugin.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CONOPT.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CONOPT.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CONOPT.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CPLEX.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CPLEX.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/CPLEX.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GAMS.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GAMS.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GAMS.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GLPK.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GLPK.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GLPK.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI_RUN.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI_RUN.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/GUROBI_RUN.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/IPOPT.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/IPOPT.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/IPOPT.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SAS.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SAS.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SAS.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SCIPAMPL.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SCIPAMPL.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/SCIPAMPL.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/XPRESS.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/XPRESS.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/XPRESS.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/__init__.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/__init__.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/__init__.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_direct.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_direct.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_direct.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_persistent.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_persistent.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/cplex_persistent.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_or_persistent_solver.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_or_persistent_solver.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_or_persistent_solver.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_solver.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_solver.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/direct_solver.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_direct.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_direct.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_direct.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_persistent.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_persistent.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/gurobi_persistent.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_direct.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_direct.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_direct.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_persistent.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_persistent.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/mosek_persistent.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/persistent_solver.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/persistent_solver.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/persistent_solver.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/pywrapper.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/pywrapper.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/pywrapper.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_direct.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_direct.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_direct.pyo
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_persistent.py
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_persistent.pyc
+${PYSITELIB}/pyomo/solvers/plugins/solvers/xpress_persistent.pyo
+${PYSITELIB}/pyomo/solvers/tests/__init__.py
+${PYSITELIB}/pyomo/solvers/tests/__init__.pyc
+${PYSITELIB}/pyomo/solvers/tests/__init__.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/__init__.py
+${PYSITELIB}/pyomo/solvers/tests/checks/__init__.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/__init__.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_BARON.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_BARON.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_BARON.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CBCplugin.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CBCplugin.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CBCplugin.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXDirect.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXDirect.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXDirect.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXPersistent.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXPersistent.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_CPLEXPersistent.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_GAMS.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_GAMS.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_GAMS.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKDirect.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKDirect.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKDirect.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKPersistent.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKPersistent.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_MOSEKPersistent.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_SAS.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_SAS.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_SAS.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_amplfunc_merge.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_amplfunc_merge.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_amplfunc_merge.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cbc.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cbc.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cbc.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cplex.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cplex.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_cplex.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_direct.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_direct.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_direct.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_persistent.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_persistent.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_gurobi_persistent.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_ipopt.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_ipopt.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_ipopt.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_no_solution_behavior.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_no_solution_behavior.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_no_solution_behavior.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_pickle.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_pickle.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_pickle.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_writers.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_writers.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_writers.pyo
+${PYSITELIB}/pyomo/solvers/tests/checks/test_xpress_persistent.py
+${PYSITELIB}/pyomo/solvers/tests/checks/test_xpress_persistent.pyc
+${PYSITELIB}/pyomo/solvers/tests/checks/test_xpress_persistent.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/__init__.py
+${PYSITELIB}/pyomo/solvers/tests/mip/__init__.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/__init__.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/model.py
+${PYSITELIB}/pyomo/solvers/tests/mip/model.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/model.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_asl.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_asl.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_asl.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_convert.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_convert.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_convert.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_factory.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_factory.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_factory.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_ipopt.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_ipopt.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_ipopt.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_mip.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_mip.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_mip.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_qp.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_qp.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_qp.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_log_data.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_log_data.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_log_data.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_version.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_version.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_scip_version.pyo
+${PYSITELIB}/pyomo/solvers/tests/mip/test_solver.py
+${PYSITELIB}/pyomo/solvers/tests/mip/test_solver.pyc
+${PYSITELIB}/pyomo/solvers/tests/mip/test_solver.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_block.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_block.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_block.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_compiled.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_compiled.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_compiled.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective1.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective1.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective1.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective2.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective2.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_constant_objective2.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_maximize.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_maximize.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_maximize.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_minimize.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_minimize.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_duals_minimize.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_inactive_index.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_inactive_index.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_inactive_index.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible1.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible1.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible1.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible2.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible2.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_infeasible2.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_piecewise.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_piecewise.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_piecewise.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_trivial_constraints.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_trivial_constraints.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_trivial_constraints.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unbounded.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unbounded.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unbounded.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unique_duals.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unique_duals.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unique_duals.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unused_vars.py
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unused_vars.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/LP_unused_vars.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_discrete_var_bounds.py
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_discrete_var_bounds.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_discrete_var_bounds.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_infeasible1.py
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_infeasible1.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_infeasible1.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unbounded.py
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unbounded.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unbounded.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unused_vars.py
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unused_vars.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MILP_unused_vars.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MIQCP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/MIQCP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MIQCP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/MIQP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/MIQP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/MIQP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/QCP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/QCP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/QCP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/QP_constant_objective.py
+${PYSITELIB}/pyomo/solvers/tests/models/QP_constant_objective.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/QP_constant_objective.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/QP_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/QP_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/QP_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/SOS1_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/SOS1_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/SOS1_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/SOS2_simple.py
+${PYSITELIB}/pyomo/solvers/tests/models/SOS2_simple.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/SOS2_simple.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/__init__.py
+${PYSITELIB}/pyomo/solvers/tests/models/__init__.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/__init__.pyo
+${PYSITELIB}/pyomo/solvers/tests/models/base.py
+${PYSITELIB}/pyomo/solvers/tests/models/base.pyc
+${PYSITELIB}/pyomo/solvers/tests/models/base.pyo
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/__init__.py
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/__init__.pyc
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/__init__.pyo
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_examples.py
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_examples.pyc
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_examples.pyo
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear.py
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear.pyc
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear.pyo
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear_kernel.py
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear_kernel.pyc
+${PYSITELIB}/pyomo/solvers/tests/piecewise_linear/test_piecewise_linear_kernel.pyo
+${PYSITELIB}/pyomo/solvers/tests/solvers.py
+${PYSITELIB}/pyomo/solvers/tests/solvers.pyc
+${PYSITELIB}/pyomo/solvers/tests/solvers.pyo
+${PYSITELIB}/pyomo/solvers/tests/testcases.py
+${PYSITELIB}/pyomo/solvers/tests/testcases.pyc
+${PYSITELIB}/pyomo/solvers/tests/testcases.pyo
+${PYSITELIB}/pyomo/solvers/wrappers.py
+${PYSITELIB}/pyomo/solvers/wrappers.pyc
+${PYSITELIB}/pyomo/solvers/wrappers.pyo
+${PYSITELIB}/pyomo/util/__init__.py
+${PYSITELIB}/pyomo/util/__init__.pyc
+${PYSITELIB}/pyomo/util/__init__.pyo
+${PYSITELIB}/pyomo/util/blockutil.py
+${PYSITELIB}/pyomo/util/blockutil.pyc
+${PYSITELIB}/pyomo/util/blockutil.pyo
+${PYSITELIB}/pyomo/util/calc_var_value.py
+${PYSITELIB}/pyomo/util/calc_var_value.pyc
+${PYSITELIB}/pyomo/util/calc_var_value.pyo
+${PYSITELIB}/pyomo/util/check_units.py
+${PYSITELIB}/pyomo/util/check_units.pyc
+${PYSITELIB}/pyomo/util/check_units.pyo
+${PYSITELIB}/pyomo/util/components.py
+${PYSITELIB}/pyomo/util/components.pyc
+${PYSITELIB}/pyomo/util/components.pyo
+${PYSITELIB}/pyomo/util/diagnostics.py
+${PYSITELIB}/pyomo/util/diagnostics.pyc
+${PYSITELIB}/pyomo/util/diagnostics.pyo
+${PYSITELIB}/pyomo/util/infeasible.py
+${PYSITELIB}/pyomo/util/infeasible.pyc
+${PYSITELIB}/pyomo/util/infeasible.pyo
+${PYSITELIB}/pyomo/util/model_size.py
+${PYSITELIB}/pyomo/util/model_size.pyc
+${PYSITELIB}/pyomo/util/model_size.pyo
+${PYSITELIB}/pyomo/util/report_scaling.py
+${PYSITELIB}/pyomo/util/report_scaling.pyc
+${PYSITELIB}/pyomo/util/report_scaling.pyo
+${PYSITELIB}/pyomo/util/slices.py
+${PYSITELIB}/pyomo/util/slices.pyc
+${PYSITELIB}/pyomo/util/slices.pyo
+${PYSITELIB}/pyomo/util/subsystems.py
+${PYSITELIB}/pyomo/util/subsystems.pyc
+${PYSITELIB}/pyomo/util/subsystems.pyo
+${PYSITELIB}/pyomo/util/tests/__init__.py
+${PYSITELIB}/pyomo/util/tests/__init__.pyc
+${PYSITELIB}/pyomo/util/tests/__init__.pyo
+${PYSITELIB}/pyomo/util/tests/test_blockutil.py
+${PYSITELIB}/pyomo/util/tests/test_blockutil.pyc
+${PYSITELIB}/pyomo/util/tests/test_blockutil.pyo
+${PYSITELIB}/pyomo/util/tests/test_calc_var_value.py
+${PYSITELIB}/pyomo/util/tests/test_calc_var_value.pyc
+${PYSITELIB}/pyomo/util/tests/test_calc_var_value.pyo
+${PYSITELIB}/pyomo/util/tests/test_check_units.py
+${PYSITELIB}/pyomo/util/tests/test_check_units.pyc
+${PYSITELIB}/pyomo/util/tests/test_check_units.pyo
+${PYSITELIB}/pyomo/util/tests/test_components.py
+${PYSITELIB}/pyomo/util/tests/test_components.pyc
+${PYSITELIB}/pyomo/util/tests/test_components.pyo
+${PYSITELIB}/pyomo/util/tests/test_infeasible.py
+${PYSITELIB}/pyomo/util/tests/test_infeasible.pyc
+${PYSITELIB}/pyomo/util/tests/test_infeasible.pyo
+${PYSITELIB}/pyomo/util/tests/test_model_size.py
+${PYSITELIB}/pyomo/util/tests/test_model_size.pyc
+${PYSITELIB}/pyomo/util/tests/test_model_size.pyo
+${PYSITELIB}/pyomo/util/tests/test_report_scaling.py
+${PYSITELIB}/pyomo/util/tests/test_report_scaling.pyc
+${PYSITELIB}/pyomo/util/tests/test_report_scaling.pyo
+${PYSITELIB}/pyomo/util/tests/test_slices.py
+${PYSITELIB}/pyomo/util/tests/test_slices.pyc
+${PYSITELIB}/pyomo/util/tests/test_slices.pyo
+${PYSITELIB}/pyomo/util/tests/test_subsystems.py
+${PYSITELIB}/pyomo/util/tests/test_subsystems.pyc
+${PYSITELIB}/pyomo/util/tests/test_subsystems.pyo
+${PYSITELIB}/pyomo/util/vars_from_expressions.py
+${PYSITELIB}/pyomo/util/vars_from_expressions.pyc
+${PYSITELIB}/pyomo/util/vars_from_expressions.pyo
+${PYSITELIB}/pyomo/version/__init__.py
+${PYSITELIB}/pyomo/version/__init__.pyc
+${PYSITELIB}/pyomo/version/__init__.pyo
+${PYSITELIB}/pyomo/version/info.py
+${PYSITELIB}/pyomo/version/info.pyc
+${PYSITELIB}/pyomo/version/info.pyo
+${PYSITELIB}/pyomo/version/tests/__init__.py
+${PYSITELIB}/pyomo/version/tests/__init__.pyc
+${PYSITELIB}/pyomo/version/tests/__init__.pyo
+${PYSITELIB}/pyomo/version/tests/check.py
+${PYSITELIB}/pyomo/version/tests/check.pyc
+${PYSITELIB}/pyomo/version/tests/check.pyo
+${PYSITELIB}/pyomo/version/tests/test_version.py
+${PYSITELIB}/pyomo/version/tests/test_version.pyc
+${PYSITELIB}/pyomo/version/tests/test_version.pyo
diff --git a/py-pyomo/distinfo b/py-pyomo/distinfo
new file mode 100644
index 0000000000..1615bbbe30
--- /dev/null
+++ b/py-pyomo/distinfo
@@ -0,0 +1,5 @@
+$NetBSD$
+
+BLAKE2s (pyomo/6.8.0.tar.gz) = 35b8b256820f727b50370e1a3d913103c177f32eb39bce1ba253779c1dcdd536
+SHA512 (pyomo/6.8.0.tar.gz) = f68de824aab4e306d67b59cabdf572ef50b2c050748483ec691f08ae39a1426e30cf7c366314586a5eb2ef2f06964000ad34aa557fbc157131eb358c2209d9b3
+Size (pyomo/6.8.0.tar.gz) = 14990021 bytes
Home |
Main Index |
Thread Index |
Old Index