https://github.com/dit/lattices
**Lattices** is a package for the construction of lattices from a set of nodes and an ordering relation.
https://github.com/dit/lattices
Last synced: about 1 year ago
JSON representation
**Lattices** is a package for the construction of lattices from a set of nodes and an ordering relation.
- Host: GitHub
- URL: https://github.com/dit/lattices
- Owner: dit
- License: bsd-2-clause
- Created: 2019-02-21T23:14:12.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-04-25T22:05:08.000Z (about 5 years ago)
- Last Synced: 2025-04-09T20:44:44.598Z (about 1 year ago)
- Language: Python
- Size: 86.9 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE.txt
Awesome Lists containing this project
README
Lattices
========
|build| |codecov| |readthedocs|
``Lattices`` is a package for the construction of lattices from a set of nodes
and an (partial) ordering relation.
Drawing
-------
Lattices optionally utilizes `nxpd` to draw a lattice. This package is somewhat
out of date at this point, and you install a modified version:
.. code-block:: bash
pip install git+https://git@github.com/chebee7i/nxpd.git@refs/pull/15/merge#egg=nxpd
.. |build| image:: https://github.com/dit/lattices/workflows/Build/badge.svg
:target: https://github.com/dit/lattices/actions?query=workflow%3A%22Build%22
:alt: build status
.. |codecov| image:: https://codecov.io/gh/dit/lattices/branch/master/graph/badge.svg
:target: https://codecov.io/gh/dit/lattices
:alt: test coverage
.. |readthedocs| image:: https://readthedocs.org/projects/lattices/badge/?version=latest
:target: https://lattices.readthedocs.io/en/latest/?badge=latest
:alt: documentation status