 |
My Project
UNKNOWN_GIT_VERSION
|
Go to the documentation of this file. 1 #ifndef PPINITIALREDUCTION_H
2 #define PPINITIALREDUCTION_H
7 typedef std::pair<int,int>
mark;
8 typedef std::vector<std::pair<int,int> >
marks;
11 void pReduce(ideal &I,
const number
p,
const ring r);
bool isOrderingLocalInT(const ring r)
void pReduceInhomogeneous(poly &g, const number p, const ring r)
bool ppreduceInitially(ideal I, const ring r, const number p)
reduces I initially with respect to itself.
void pReduce(ideal &I, const number p, const ring r)
implementation of the class tropicalStrategy
std::vector< std::pair< int, int > > marks
std::pair< int, int > mark