1#  ___________________________________________________________________________
2#
3#  Pyomo: Python Optimization Modeling Objects
4#  Copyright 2017 National Technology and Engineering Solutions of Sandia, LLC
5#  Under the terms of Contract DE-NA0003525 with National Technology and
6#  Engineering Solutions of Sandia, LLC, the U.S. Government retains certain
7#  rights in this software.
8#  This software is distributed under the 3-clause BSD License.
9#  ___________________________________________________________________________
10
11from pyomo.common.deprecation import deprecation_warning
12deprecation_warning(
13    'The pyomo.gdp.plugins.chull module is deprecated.  '
14    'Import the Hull reformulation objects from pyomo.gdp.plugins.hull.',
15    version='5.7')
16
17from .hull import _Deprecated_Name_Hull as ConvexHull_Transformation
18