Skip to content

SageMath package for linear inequality systems and certifying (un)solvability

License

Notifications You must be signed in to change notification settings

passagemath/passagemath-pkg-certlin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certlin

Description

SageMath package for linear inequality systems and certifying (un)solvability

License

Distributed under the terms of the GNU General Public License (GPL, see the LICENSE file), either version 3 or (at your option) any later version

Requirements

Sage 10.0 or later is recommended.

The package elementary_vectors is required.

Installation

Install from GitHub (recommended)

To install the latest development version on a system where Sage was built from source or installed from official packages, run:

sage -pip install git+https://github.com/MarcusAichmayr/certlin.git

Install from PyPI (recommended)

To install the package for Python directly, run:

pip install certlin

Local install from source

Download the source from the git repository:

git clone https://github.com/MarcusAichmayr/certlin.git

Change to the root directory of the repository and run:

make install

Local install from source (no Sage installation required)

Download the source from the git repository:

git clone https://github.com/MarcusAichmayr/certlin.git

Change to the root directory of the repository and run:

python3 -m venv venv
. venv/bin/activate
pip install -v -e ".[passagemath]"

Documentation

The documentation of this package is available on GitHub:

https://marcusaichmayr.github.io/certlin/index.html

To generate it, run

make doc

or

make doc-pdf

at the root directory of the repository.

Testing

To run the test suite, install the package and run the command

make test

at the root directory of the repository.

About

SageMath package for linear inequality systems and certifying (un)solvability

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 92.0%
  • Sage 7.7%
  • Makefile 0.3%