Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

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

564013 views
1
/*
2
* Normaliz
3
* Copyright (C) 2007-2014 Winfried Bruns, Bogdan Ichim, Christof Soeger
4
* This program is free software: you can redistribute it and/or modify
5
* it under the terms of the GNU General Public License as published by
6
* the Free Software Foundation, either version 3 of the License, or
7
* (at your option) any later version.
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
* GNU General Public License for more details.
13
*
14
* You should have received a copy of the GNU General Public License
15
* along with this program. If not, see <http://www.gnu.org/licenses/>.
16
*
17
* As an exception, when this program is distributed through (i) the App Store
18
* by Apple Inc.; (ii) the Mac App Store by Apple Inc.; or (iii) Google Play
19
* by Google Inc., then that store may impose any digital rights management,
20
* device limits and/or redistribution restrictions that are required by its
21
* terms of service.
22
*/
23
24
#include "libnormaliz/libnormaliz.cpp"
25
#include "libnormaliz/integer.cpp"
26
#include "libnormaliz/vector_operations.cpp"
27
#include "libnormaliz/matrix.cpp"
28
#include "libnormaliz/simplex.cpp"
29
#include "libnormaliz/list_operations.cpp"
30
#include "libnormaliz/sublattice_representation.cpp"
31
#include "libnormaliz/full_cone.cpp"
32
#include "libnormaliz/reduction.cpp"
33
#include "libnormaliz/cone_dual_mode.cpp"
34
#include "libnormaliz/cone.cpp"
35
#include "libnormaliz/cone_property.cpp"
36
#include "libnormaliz/HilbertSeries.cpp"
37
38
#include "libnormaliz/bottom.cpp"
39
#include "libnormaliz/cone_helper.cpp"
40
#include "libnormaliz/offload_handler.cpp"
41
42