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
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- This is an automatically generated file. -->
4
<Chapter Label="Chapter_Introduction">
5
<Heading>Introduction</Heading>
6
7
<Section Label="Chapter_Introduction_Section_What_is_the_idea_of_PolymakeInterface">
8
<Heading>What is the idea of PolymakeInterface</Heading>
9
10
PolymakeInterface is an GAP-Package that provides a link to the callable library
11
of the CAS polymake. It is not supposed to do any work by itself, but to provide
12
the methods in polymake to GAP.
13
All the functions in this package are supposed to be capsuled by functions
14
in the Convex package, which provides needed structures and datatypes.
15
Also the functions the have nicer names.
16
This fact also causes that there are no doumentations for functions in this package.
17
To get an overview about the supported functions, one might look at the polymake_main.cpp file
18
or simply message the author.
19
Working with this package alone without Convex is not recommended.
20
</Section>
21
22
23
</Chapter>
24
25
26