source: git/dyn_modules/callpolymake/polymake_documentation.h @ 6a6ae2

spielwiese
Last change on this file since 6a6ae2 was 47e8b04, checked in by Yue Ren <ren@…>, 11 years ago
new: first try in polymake interface
  • Property mode set to 100644
File size: 425 bytes
Line 
1#ifndef POLYMAKE_DOCUMENTATION_H
2#define POLYMAKE_DOCUMENTATION_H
3
4#include <kernel/mod2.h>
5
6#ifdef HAVE_FANS
7
8#include <polymake_conversion.h>
9
10#include <callgfanlib/bbcone.h>
11#include <callgfanlib/bbfan.h>
12#include <callgfanlib/bbpolytope.h>
13
14#include <Singular/blackbox.h>
15#include <Singular/ipshell.h>
16#include <Singular/subexpr.h>
17#include <Singular/ipid.h>
18
19#include <string>
20
21void init_polymake_help();
22
23#endif
24#endif
Note: See TracBrowser for help on using the repository browser.