source: git/Singular/dyn_modules/gfanlib/neighbours.h @ c89014

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
7setOfGroebnerConeData groebnerNeighbours(const groebnerConeData sigma, const tropicalStrategy currentCase);
8BOOLEAN tropicalNeighbours(leftv res, leftv args);
9
10#endif
Note: See TracBrowser for help on using the repository browser.