Functions
tropicalVarietyOfIdeals.h File Reference
#include <polys/simpleideals.h>
#include <tropicalStrategy.h>

Go to the source code of this file.

Functions

gfan::ZFan * tropicalVariety (const tropicalStrategy currentStrategy)
 

Function Documentation

§ tropicalVariety()

gfan::ZFan* tropicalVariety ( const tropicalStrategy  currentStrategy)

Definition at line 5 of file tropicalVarietyOfIdeals.cc.

6 {
7  groebnerCone startingCone = tropicalStartingCone(currentStrategy);
9  return toFanStar(tropicalVariety);
10 }
gfan::ZFan * toFanStar(std::set< gfan::ZCone > setOfCones)
groebnerCone tropicalStartingCone(const tropicalStrategy &currentStrategy)
std::set< groebnerCone, groebnerCone_compare > groebnerCones
Definition: groebnerCone.h:24
groebnerCones tropicalTraversalMinimizingFlips(const groebnerCone startingCone)
gfan::ZFan * tropicalVariety(const tropicalStrategy currentStrategy)