source: git/Singular/dyn_modules/gfanlib/startingCone.h @ fbaeb5

fieker-DuValspielwiese
Last change on this file since fbaeb5 was 1d85871, checked in by Yue Ren <ren@…>, 9 years ago
new: functions for groebnerFans, groebnerComplexes
  • Property mode set to 100644
File size: 624 bytes
Line 
1#ifndef STARTING_CONE_H
2#define STARTING_CONE_H
3
4#include <groebnerCone.h>
5#include <tropicalStrategy.h>
6
7groebnerCone groebnerStartingCone(const tropicalStrategy& currentStrategy);
8groebnerCone tropicalStartingCone(const tropicalStrategy& currentCase);
9
10BOOLEAN tropicalStartingPoint(leftv res, leftv args);
11BOOLEAN positiveTropicalStartingPoint(leftv res, leftv args);
12BOOLEAN nonNegativeTropicalStartingPoint(leftv res, leftv args);
13BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args);
14BOOLEAN nonPositiveTropicalStartingPoint(leftv res, leftv args);
15BOOLEAN tropicalStartingCone(leftv res, leftv args);
16
17#endif
Note: See TracBrowser for help on using the repository browser.