spielwiese
Last change
on this file since c89014 was
c89014,
checked in by Yue Ren <ren@…>, 10 years ago
|
status update 28.02.
|
-
Property mode set to
100644
|
File size:
291 bytes
|
Line | |
---|
1 | #ifndef CALLGFANLIB_NEIGHBOURS_H |
---|
2 | #define CALLGFANLIB_NEIGHBOURS_H |
---|
3 | |
---|
4 | #include <groebnerCone.h> |
---|
5 | #include <tropicalStrategy.h> |
---|
6 | |
---|
7 | setOfGroebnerConeData groebnerNeighbours(const groebnerConeData sigma, const tropicalStrategy currentCase); |
---|
8 | BOOLEAN tropicalNeighbours(leftv res, leftv args); |
---|
9 | |
---|
10 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.