source: git/dyn_modules/callgfanlib/bbpolytope.h @ 81384b

spielwiese
Last change on this file since 81384b was 81384b, checked in by Yue Ren <ren@…>, 11 years ago
new: newest version of callgfanlib package as master branch also includes minor changes in bigintmat to allow empty matrices and a new function which returns the regular print output as char* (necessary for the print routines of the convex objects)
  • Property mode set to 100644
File size: 384 bytes
Line 
1#ifndef BBPOLYTOPE_H
2#define BBPOLYTOPE_H
3
4#include <kernel/mod2.h>
5#ifdef HAVE_FANS
6
7#include <gfanlib/gfanlib.h>
8
9extern int polytopeID;
10
11void bbpolytope_setup();
12
13// zc is meant to represent a polytope here
14bigintmat* getFacetNormals(gfan::ZCone *zc);
15int getAmbientDimension(gfan::ZCone* zc);
16int getCodimension(gfan::ZCone *zc);
17int getDimension(gfan::ZCone* zc);
18
19#endif
20#endif
Note: See TracBrowser for help on using the repository browser.