source: git/Singular/dyn_modules/gfanlib/tropicalTraversal.h @ 296b78

fieker-DuValspielwiese
Last change on this file since 296b78 was 1d85871, checked in by Yue Ren <ren@…>, 9 years ago
new: functions for groebnerFans, groebnerComplexes
  • Property mode set to 100644
File size: 307 bytes
Line 
1#ifndef TROPICAL_TRAVERSAL_H
2#define TROPICAL_TRAVERSAL_H
3
4#include <groebnerCone.h>
5
6groebnerCones tropicalTraversalMinimizingFlips(const groebnerCone startingCone);
7groebnerCones tropicalTraversal(const groebnerCone startingCone);
8groebnerCones groebnerTraversal(const groebnerCone startingCone);
9
10#endif
Note: See TracBrowser for help on using the repository browser.