NConvex

A Gap package to perform polyhedral computations

Version 2020.11-04
Released 2020-11-04

This project is maintained by Kamal Saleh, Sebastian Gutsche

NConvex View code

A Gap package to perform polyhedral computations

Documentation Latest Release Build Status Code Coverage
HTML stable documentation PDF stable documentation version date Build Status Code Coverage

Build Status Code Coverage

Introduction

The NConvex package is a GAP package. Its aim is to carry out polyhedral constructions and computations, namely computing properties and attributes of cones, polyhedrons, polytopes and fans. Its has been written to provide the needed tools for the package "ToricVarieties". All written as part of the homalg-project. A list of available operations can be found in the manual.pdf

Installation

The package can easily be obtained by cloning the repository

https://github.com/homalg-project/NConvex.git

in the pkg directory of the Gap installation or your local directory for Gap packages.

Required packages

Remarks

.../NConvex$ gap makedoc.g
.../NConvex$ gap tst/testall.g
.../NConvex$ sed -i 's/#?//g' makedoc.g
../examples$ sed -i 's/#&/#!/g' *.g
.../NConvex$ gap makedoc.g

Of course you are welcome to e-mail me if there are any questions, remarks, suggestions ;)

Kamal Saleh e-mail: saleh@mathematik.uni-siegen.de

License

NConvex is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your opinion) any later version.


Dependencies

To obtain current versions of all dependencies, git clone (or git pull to update) the following repositories:

Repository git URL
1. homalg_project https://github.com/homalg-project/homalg_project.git
2. CddInterface https://github.com/homalg-project/CddInterface.git