hgeometry-0.14: src/Algorithms/Geometry/WellSeparatedPairDecomposition/WSPD.hs
--------------------------------------------------------------------------------
-- |
-- Module : Algorithms.Geometry.WellSeparatedPairDecomposition.WSPD
-- Copyright : (C) Frank Staals
-- License : see the LICENSE file
-- Maintainer : Frank Staals
--
-- Algorithm to construct a well separated pair decomposition (wspd).
--
--------------------------------------------------------------------------------
module Algorithms.Geometry.WellSeparatedPairDecomposition.WSPD
{-# DEPRECATED "This module will be deleted after 2021-06-01. \
\Use Algorithms.Geometry.WSPD instead." #-}
( module Algorithms.Geometry.WSPD )
where
import Algorithms.Geometry.WSPD