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