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

spielwiese
Last change on this file since b71400a was b71400a, checked in by Yue Ren <ren@…>, 10 years ago
chg: status update 15.09.
  • Property mode set to 100644
File size: 640 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 <libpolys/polys/monomials/p_polys.h>
7#include <tropicalStrategy.h>
8
9std::set<gfan::ZCone> tropicalStar(const ideal I, const ring r, const gfan::ZVector u,
10                                   const tropicalStrategy& currentStrategy);
11gfan::ZMatrix raysOfTropicalStar(ideal I, const ring r, const gfan::ZVector u,
12                                 const tropicalStrategy& currentStrategy);
13
14#ifndef NDEBUG
15BOOLEAN tropicalCurve0(leftv res, leftv args);
16BOOLEAN tropicalCurve1(leftv res, leftv args);
17#endif
18
19#endif
Note: See TracBrowser for help on using the repository browser.