![]() |
implementation of the class groebnerCone More...
#include <kernel/polys.h>
#include <Singular/ipid.h>
#include <polys/monomials/ring.h>
#include <polys/simpleideals.h>
#include <kernel/ideals.h>
#include <gfanlib/gfanlib.h>
#include <set>
#include <tropicalStrategy.h>
Go to the source code of this file.
Data Structures | |
class | groebnerCone |
struct | groebnerCone_compare |
Typedefs | |
typedef std::set< groebnerCone, groebnerCone_compare > | groebnerCones |
Functions | |
gfan::ZFan * | toFanStar (groebnerCones setOfCones) |
BOOLEAN | flipConeDebug (leftv res, leftv args) |
BOOLEAN | groebnerNeighboursDebug (leftv res, leftv args) |
BOOLEAN | tropicalNeighboursDebug (leftv res, leftv args) |
implementation of the class groebnerCone
groebnerCone is a class that encapsulates relevant (possibly redundant) information about a groebnerCone. Moreover, it contains implrementation of several highly non-trivial algorithms, such as computing its neighbours in the Groebner fan or computing its neighbours in the tropical variety.
Definition in file groebnerCone.h.
typedef std::set<groebnerCone,groebnerCone_compare> groebnerCones |
Definition at line 24 of file groebnerCone.h.
Definition at line 526 of file groebnerCone.cc.
Definition at line 573 of file groebnerCone.cc.
gfan::ZFan* toFanStar | ( | groebnerCones | setOfCones | ) |
Definition at line 505 of file groebnerCone.cc.
Definition at line 602 of file groebnerCone.cc.