My Project
|
#include "groebnerCone.h"
Go to the source code of this file.
Functions | |
groebnerCones | tropicalTraversalMinimizingFlips (const groebnerCone startingCone) |
groebnerCones | tropicalTraversal (const groebnerCone startingCone) |
groebnerCones | groebnerTraversal (const groebnerCone startingCone) |
groebnerCones groebnerTraversal | ( | const groebnerCone | startingCone | ) |
Pick a maximal Groebner cone from the working list and compute interior points on its facets as well as outer facet normals
Definition at line 141 of file tropicalTraversal.cc.
groebnerCones tropicalTraversal | ( | const groebnerCone | startingCone | ) |
groebnerCones tropicalTraversalMinimizingFlips | ( | const groebnerCone | startingCone | ) |
Pick an element the working list and compute interior points on its facets
For each interior point, compute the rays of the tropical star in that point
Definition at line 52 of file tropicalTraversal.cc.