Copyright | (c) Dominik Schrempf 2021 |
---|---|
License | GPL-3.0-or-later |
Maintainer | dominik.schrempf@gmail.com |
Stability | unstable |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Creation date: Thu Sep 19 15:01:52 2019.
Synopsis
- connectCmd :: ELynx ConnectArguments ()
Documentation
connectCmd :: ELynx ConnectArguments () Source #
Connect two trees honoring possible constraints.
Introduce a branch between two trees. If the trees have n>2
, and m>2
nodes, respectively, there are (n-2)*(m-2) ways to connect them.