source: git/Singular/dyn_modules/gfanlib/startingCone.h @ 9abcc6

spielwiese
Last change on this file since 9abcc6 was 9abcc6, checked in by Yue Ren <ren@…>, 10 years ago
status updated 11.03.
  • Property mode set to 100644
File size: 554 bytes
Line 
1#ifndef STARTING_CONE_H
2#define STARTING_CONE_H
3
4#include <groebnerCone.h>
5#include <tropicalStrategy.h>
6
7gfan::ZVector containsTropicalPoint(const groebnerConeData sigma);
8gfan::ZVector tropicalStartingPoint(ideal I, ring r);
9gfan::ZCone tropicalStartingCone(const ideal I, const ring r, const tropicalStrategy currentCase);
10
11BOOLEAN tropicalStartingPoint0(leftv res, leftv args);
12BOOLEAN tropicalStartingPoint1(leftv res, leftv args);
13
14BOOLEAN tropicalStartingCone0(leftv res, leftv args);
15BOOLEAN tropicalStartingCone1(leftv res, leftv args);
16
17#endif
Note: See TracBrowser for help on using the repository browser.