Metadata-Version: 2.1
Name: stdpairs
Version: 1.0.0
Summary: A library of SageMath doing symbolic computation over a monomial ideal of an affine (non-normal) semigroup ring
Home-page: https://github.com/byeongsuyu/StdPairs
Author: Byeongsu Yu
Author-email: byeongsu.yu@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/byeongsuyu/StdPairs/issues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown

StdPairs
================

StdPairs is a library of SageMath that gives symbolic computation over a monomial ideal of an affine (non-normal) semigroup ring. In particular, it provides associate prime ideals, multiplicity, and irredundant irreducible primary decomposition of a monomial ideal. It implements algorithms in [Matusevich and Yu, 2020](https://arxiv.org/abs/2005.10968). 

The source file can be found on the [github pages](https://github.com/byeongsuyu/StdPairs/). 

Minimum requirement
----------------------------

- [SageMath](https://www.sagemath.org) version 9.2 (Release Date: 2020-10-24) or higher.
- [OpenSSL](https://www.openssl.org/)
- [4ti2 Package](https://doc.sagemath.org/html/en/reference/interfaces/sage/interfaces/four_ti_2.html) in [SageMath](https://www.sagemath.org)
- [Macaulay2](http://www2.macaulay2.com/Macaulay2/) version 1.14 or higher.


Documentation
------------------------------------

[Documentation](https://github.com/byeongsuyu/StdPairs/docs/_build/html/index.html) 


Copyright & License
----------------------------------

StdPairs is Copyright (c) 2020-2020 Byeongsu Yu. All Rights Reserved.

Permission to modify and redistribute is granted under the terms of the GPL 3.0 license. See the [LICENSE.txt](https://github.com/byeongsuyu/StdPairs/blob/main/LICENSE) file for the full license.


