startingCone.h
Go to the documentation of this file.
1 #ifndef STARTING_CONE_H
2 #define STARTING_CONE_H
3 
4 #include <groebnerCone.h>
5 #include <tropicalStrategy.h>
6 
9 
16 
17 #endif
implementation of the class tropicalStrategy
Class used for (list of) interpreter objects.
Definition: subexpr.h:84
BOOLEAN nonPositiveTropicalStartingPoint(leftv res, leftv args)
BOOLEAN tropicalStartingPoint(leftv res, leftv args)
BOOLEAN nonNegativeTropicalStartingPoint(leftv res, leftv args)
poly res
Definition: myNF.cc:322
BOOLEAN positiveTropicalStartingPoint(leftv res, leftv args)
BOOLEAN negativeTropicalStartingPoint(leftv res, leftv args)
groebnerCone groebnerStartingCone(const tropicalStrategy &currentStrategy)
Definition: startingCone.cc:15
implementation of the class groebnerCone
int BOOLEAN
Definition: auxiliary.h:88
groebnerCone tropicalStartingCone(const tropicalStrategy &currentCase)