_4ti2

4ti2 1.6.15

Software package for algebraic, geometric and combinatorial problems on linear spaces

https://4ti2.github.io/
GNU General Public License v2.0 or later
programs: normalform, minimize, circuits, groebner, ppi, graver, 4ti2int64, zbasis, rays, output, markov, hilbert, 4ti2gmp, qsolve, walk, genmodel, zsolve, 4ti2int32, gensymm
Platforms (79)
microblaze-linuxaarch64-nonei686-nonearmv5tel-linuxsh4-linuxpowerpcle-nones390-linuxarmv7a-linux
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  _4ti2
];
Ad-hoc shell
nix-shell -p _4ti2
Flake (nix run)
nix run nixpkgs#_4ti2