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 | |
---|
7 | gfan::ZVector containsTropicalPoint(const groebnerConeData sigma); |
---|
8 | gfan::ZVector tropicalStartingPoint(ideal I, ring r); |
---|
9 | gfan::ZCone tropicalStartingCone(const ideal I, const ring r, const tropicalStrategy currentCase); |
---|
10 | |
---|
11 | BOOLEAN tropicalStartingPoint0(leftv res, leftv args); |
---|
12 | BOOLEAN tropicalStartingPoint1(leftv res, leftv args); |
---|
13 | |
---|
14 | BOOLEAN tropicalStartingCone0(leftv res, leftv args); |
---|
15 | BOOLEAN tropicalStartingCone1(leftv res, leftv args); |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.