CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.

| Download

GAP 4.8.9 installation with standard packages -- copy to your CoCalc project to get it

Views: 418346
1
2
1 Introduction
3
4
5
1.1 What is the idea of PolymakeInterface
6
7
PolymakeInterface is an GAP-Package that provides a link to the callable
8
library of the CAS polymake. It is not supposed to do any work by itself,
9
but to provide the methods in polymake to GAP. All the functions in this
10
package are supposed to be capsuled by functions in the Convex package,
11
which provides needed structures and datatypes. Also the functions the have
12
nicer names. This fact also causes that there are no doumentations for
13
functions in this package. To get an overview about the supported functions,
14
one might look at the polymake_main.cpp file or simply message the author.
15
Working with this package alone without Convex is not recommended.
16
17
18