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

fieker-DuValspielwiese
Last change on this file since fbaeb5 was 3f58b8d, checked in by Oleksandr Motsak <motsak@…>, 9 years ago
Removed libpolys from include path
  • Property mode set to 100644
File size: 635 bytes
Line 
1#ifndef TROPICAL_CURVE_H
2#define TROPICAL_CURVE_H
3
4#include <gfanlib/gfanlib_zcone.h>
5#include <gfanlib/gfanlib_zfan.h>
6#include <polys/monomials/p_polys.h>
7#include <tropicalStrategy.h>
8#include <tropicalVarietyOfPolynomials.h>
9
10ZConesSortedByDimension tropicalStar(const ideal I, const ring r, const gfan::ZVector &u,
11                                     const tropicalStrategy* currentStrategy);
12gfan::ZMatrix raysOfTropicalStar(ideal I, const ring r, const gfan::ZVector &u,
13                                 const tropicalStrategy* currentStrategy);
14
15#ifndef NDEBUG
16BOOLEAN tropicalStarDebug(leftv res, leftv args);
17#endif
18
19#endif
Note: See TracBrowser for help on using the repository browser.