23int dim(ideal I, ring r)
67 gfan::ZVector allOnes(n);
68 for (
int i=0;
i<n;
i++)
70 ring rShortcut =
rCopy0(r);
73 int* block0 = rShortcut->block0;
74 int* block1 = rShortcut->block1;
75 int** wvhdl = rShortcut->wvhdl;
79 rShortcut->block0 = (
int*)
omAlloc0((
h+2)*
sizeof(int));
80 rShortcut->block1 = (
int*)
omAlloc0((
h+2)*
sizeof(int));
81 rShortcut->wvhdl = (
int**)
omAlloc0((
h+2)*
sizeof(
int*));
83 rShortcut->block0[0] = 1;
84 rShortcut->block1[0] = n;
87 for (
int i=1;
i<=
h;
i++)
89 rShortcut->order[
i] = order[
i-1];
90 rShortcut->block0[
i] = block0[
i-1];
91 rShortcut->block1[
i] = block1[
i-1];
92 rShortcut->wvhdl[
i] = wvhdl[
i-1];
110 for (
int i=0;
i<
k;
i++)
122 for (
int i=0;
i<
k;
i++)
139 const bool completelyHomogeneous,
140 const bool completeSpace):
141 originalRing(
rCopy(r)),
143 expectedDimension(
dim(originalIdeal,originalRing)),
145 startingRing(
rCopy(originalRing)),
146 startingIdeal(
id_Copy(originalIdeal,originalRing)),
147 uniformizingParameter(
NULL),
149 onlyLowerHalfSpace(
false),
155 if (!completelyHomogeneous)
178 char** oldNames =
s->names;
179 s->names = (
char**)
omAlloc((n+1)*
sizeof(
char**));
181 for (
int i=1;
i<n;
i++)
182 s->names[
i] = oldNames[
i-1];
186 s->block0 = (
int*)
omAlloc0(3*
sizeof(
int));
187 s->block1 = (
int*)
omAlloc0(3*
sizeof(
int));
188 s->wvhdl = (
int**)
omAlloc0(3*
sizeof(
int**));
192 s->wvhdl[0] = (
int*)
omAlloc(n*
sizeof(
int));
204 for (
int i=1;
i<n;
i++)
209 for (
int i=1;
i<n;
i++)
214 for (
int i=1;
i<n;
i++)
215 s->wvhdl[0][
i] = r->wvhdl[0][
i-1];
219 for (
int i=1;
i<n;
i++)
220 s->wvhdl[0][
i] = -r->wvhdl[0][
i-1];
229static ideal
constructStartingIdeal(ideal originalIdeal, ring originalRing, number uniformizingParameter, ring startingRing)
232 poly
g =
p_One(startingRing);
245 int n =
rVar(originalRing);
246 int* shiftByOne = (
int*)
omAlloc((n+1)*
sizeof(int));
247 for (
int i=1;
i<=n;
i++)
249 for (
int i=0;
i<
k;
i++)
251 if(originalIdeal->m[
i]!=
NULL)
253 J->m[
i] =
p_PermPoly(originalIdeal->m[
i],shiftByOne,originalRing,startingRing,nMap,
NULL,0);
260 ideal startingIdeal =
kNF(pt,startingRing->qideal,J);
264 startingIdeal->m[
k] = pt->m[0];
270 return startingIdeal;
280 expectedDimension(
dim(originalIdeal,originalRing)+1),
284 uniformizingParameter(
NULL),
286 onlyLowerHalfSpace(true),
317 originalRing(
rCopy(currentStrategy.getOriginalRing())),
318 originalIdeal(
id_Copy(currentStrategy.getOriginalIdeal(),currentStrategy.getOriginalRing())),
319 expectedDimension(currentStrategy.getExpectedDimension()),
321 startingRing(
rCopy(currentStrategy.getStartingRing())),
322 startingIdeal(
id_Copy(currentStrategy.getStartingIdeal(),currentStrategy.getStartingRing())),
323 uniformizingParameter(
NULL),
325 onlyLowerHalfSpace(currentStrategy.restrictToLowerHalfSpace()),
326 weightAdjustingAlgorithm1(currentStrategy.weightAdjustingAlgorithm1),
327 weightAdjustingAlgorithm2(currentStrategy.weightAdjustingAlgorithm2),
328 extraReductionAlgorithm(currentStrategy.extraReductionAlgorithm)
408 for (
int i=
l;
i>0;
i--)
454 int* block0 = rShortcut->block0;
455 int* block1 = rShortcut->block1;
456 int** wvhdl = rShortcut->wvhdl;
462 rShortcut->block0 = (
int*)
omAlloc0((
h+2)*
sizeof(int));
463 rShortcut->block1 = (
int*)
omAlloc0((
h+2)*
sizeof(int));
464 rShortcut->wvhdl = (
int**)
omAlloc0((
h+2)*
sizeof(
int*));
466 rShortcut->block0[0] = 1;
467 rShortcut->block1[0] = n;
470 for (
int i=1;
i<=
h;
i++)
472 rShortcut->order[
i] = order[
i-1];
473 rShortcut->block0[
i] = block0[
i-1];
474 rShortcut->block1[
i] = block1[
i-1];
475 rShortcut->wvhdl[
i] = wvhdl[
i-1];
500 for (
int i=0;
i<
k;
i++)
506 return std::pair<poly,int>(
g,
i);
522 for (
int i=0;
i<
k;
i++)
535 gfan::ZCone pos = gfan::ZCone::positiveOrthant(C0.ambientDimension());
536 gfan::ZCone C0pos = intersection(C0,pos);
537 C0pos.canonicalize();
538 gfan::ZVector wpos = C0pos.getRelativeInteriorPoint();
544 poly monomial =
NULL;
561 return std::pair<poly,int>(monomial,-1);
599 for (
int i=0;
i<
k;
i++)
601 for (
int j=0;
j<
l;
j++)
603 id_Test(inJShortcut,rShortcut);
604 id_Test(inIShortcut,rShortcut);
613 for (
int ij=
k*
l-1; ij>=0; ij--)
623 for (
int j=0;
j<
k;
j++)
626 for (
int i=0;
i<
l;
i++)
629 poly inIi =
p_Copy(inI->m[
i],r);
636 for (
int i=0;
i<
l;
i++)
668 for (
int i=0;
i<
k;
i++)
676 inJ->m[0] =
p_One(r);
679 for (
int i=0;
i<
k;
i++)
693 for (
int i=0;
i<
k;
i++)
699 for (
int i=0;
i<
k;
i++)
713 s->block0 = (
int*)
omAlloc0(5*
sizeof(
int));
714 s->block1 = (
int*)
omAlloc0(5*
sizeof(
int));
715 s->wvhdl = (
int**)
omAlloc0(5*
sizeof(
int**));
741 s->block0 = (
int*)
omAlloc0(5*
sizeof(
int));
742 s->block1 = (
int*)
omAlloc0(5*
sizeof(
int));
743 s->wvhdl = (
int**)
omAlloc0(5*
sizeof(
int**));
763 const gfan::ZVector &interiorPoint,
764 const gfan::ZVector &facetNormal)
const
772 ideal inIr =
initial(Ir,r,interiorPoint);
776 ideal inIsAdjusted =
idInit(
k);
777 for (
int i=0;
i<
k;
i++)
785 identity =
n_SetMap(sAdjusted->cf,r->cf);
786 for (
int i=0;
i<
k;
i++)
793 for (
int i=0;
i<
k;
i++)
810 return std::make_pair(Js,
s);
gfan::ZVector nonvalued_adjustWeightForHomogeneity(const gfan::ZVector &w)
gfan::ZVector nonvalued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &)
gfan::ZVector valued_adjustWeightForHomogeneity(const gfan::ZVector &w)
gfan::ZVector valued_adjustWeightUnderHomogeneity(const gfan::ZVector &e, const gfan::ZVector &w)
BOOLEAN linealitySpace(leftv res, leftv args)
int * ZVectorToIntStar(const gfan::ZVector &v, bool &overflow)
int expectedDimension
the expected Dimension of the polyhedral output, i.e.
bool isValuationTrivial() const
ideal getOriginalIdeal() const
returns the input ideal over the field with valuation
tropicalStrategy(const ideal I, const ring r, const bool completelyHomogeneous=true, const bool completeSpace=true)
Constructor for the trivial valuation case.
bool isValuationNonTrivial() const
std::pair< ideal, ring > computeFlip(const ideal Ir, const ring r, const gfan::ZVector &interiorPoint, const gfan::ZVector &facetNormal) const
given an interior point of a groebner cone computes the groebner cone adjacent to it
tropicalStrategy & operator=(const tropicalStrategy ¤tStrategy)
assignment operator
ring copyAndChangeOrderingLS(const ring r, const gfan::ZVector &w, const gfan::ZVector &v) const
void putUniformizingBinomialInFront(ideal I, const ring r, const number q) const
gfan::ZVector adjustWeightUnderHomogeneity(gfan::ZVector v, gfan::ZVector w) const
Given strictly positive weight w and weight v, returns a strictly positive weight u such that on an i...
bool reduce(ideal I, const ring r) const
reduces the generators of an ideal I so that the inequalities and equations of the Groebner cone can ...
bool onlyLowerHalfSpace
true if valuation non-trivial, false otherwise
gfan::ZCone linealitySpace
the homogeneity space of the Grobner fan
int getExpectedDimension() const
returns the expected Dimension of the polyhedral output
ring startingRing
polynomial ring over the valuation ring extended by one extra variable t
ideal originalIdeal
input ideal, assumed to be a homogeneous prime ideal
gfan::ZVector(* weightAdjustingAlgorithm1)(const gfan::ZVector &w)
A function such that: Given weight w, returns a strictly positive weight u such that an ideal satisfy...
void pReduce(ideal I, const ring r) const
~tropicalStrategy()
destructor
int findPositionOfUniformizingBinomial(const ideal I, const ring r) const
ideal computeWitness(const ideal inJ, const ideal inI, const ideal I, const ring r) const
suppose w a weight in maximal groebner cone of > suppose I (initially) reduced standard basis w....
ring shortcutRing
polynomial ring over the residue field
bool(* extraReductionAlgorithm)(ideal I, ring r, number p)
A function that reduces the generators of an ideal I so that the inequalities and equations of the Gr...
ring getStartingRing() const
returns the polynomial ring over the valuation ring
gfan::ZVector adjustWeightForHomogeneity(gfan::ZVector w) const
Given weight w, returns a strictly positive weight u such that an ideal satisfying the valuation-sepc...
ring getShortcutRingPrependingWeight(const ring r, const gfan::ZVector &w) const
If valuation trivial, returns a copy of r with a positive weight prepended, such that any ideal homog...
number uniformizingParameter
uniformizing parameter in the valuation ring
ring copyAndChangeCoefficientRing(const ring r) const
ring copyAndChangeOrderingWP(const ring r, const gfan::ZVector &w, const gfan::ZVector &v) const
ideal computeLift(const ideal inJs, const ring s, const ideal inIr, const ideal Ir, const ring r) const
ideal startingIdeal
preimage of the input ideal under the map that sends t to the uniformizing parameter
bool checkForUniformizingParameter(const ideal inI, const ring r) const
if valuation non-trivial, checks whether the genearting system contains p otherwise returns true
ideal getStartingIdeal() const
returns the input ideal
bool restrictToLowerHalfSpace() const
returns true, if valuation non-trivial, false otherwise
gfan::ZVector(* weightAdjustingAlgorithm2)(const gfan::ZVector &v, const gfan::ZVector &w)
A function such that: Given strictly positive weight w and weight v, returns a strictly positive weig...
ideal computeStdOfInitialIdeal(const ideal inI, const ring r) const
given generators of the initial ideal, computes its standard basis
ring getOriginalRing() const
returns the polynomial ring over the field with valuation
number getUniformizingParameter() const
returns the uniformizing parameter in the valuation ring
std::pair< poly, int > checkInitialIdealForMonomial(const ideal I, const ring r, const gfan::ZVector &w=0) const
If given w, assuming w is in the Groebner cone of the ordering on r and I is a standard basis with re...
bool checkForUniformizingBinomial(const ideal I, const ring r) const
if valuation non-trivial, checks whether the generating system contains p-t otherwise returns true
ring getShortcutRing() const
ring originalRing
polynomial ring over a field with valuation
static FORCE_INLINE long n_Int(number &n, const coeffs r)
conversion of n to an int; 0 if not possible in Z/pZ: the representing int lying in (-p/2 ....
static FORCE_INLINE number n_Copy(number n, const coeffs r)
return a copy of 'n'
#define n_Test(a, r)
BOOLEAN n_Test(number a, const coeffs r)
@ n_Z
only used if HAVE_RINGS is defined
static FORCE_INLINE BOOLEAN n_IsUnit(number n, const coeffs r)
TRUE iff n has a multiplicative inverse in the given coeff field/ring r.
static FORCE_INLINE nMapFunc n_SetMap(const coeffs src, const coeffs dst)
set the mapping function pointers for translating numbers from src to dst
coeffs nInitChar(n_coeffType t, void *parameter)
one-time initialisations for new coeffs in case of an error return NULL
static FORCE_INLINE coeffs nCopyCoeff(const coeffs r)
"copy" coeffs, i.e. increment ref
static FORCE_INLINE void n_Delete(number *p, const coeffs r)
delete 'p'
static FORCE_INLINE number n_Init(long i, const coeffs r)
a number representing i in the given coeff field/ring r
number(* nMapFunc)(number a, const coeffs src, const coeffs dst)
maps "a", which lives in src, into dst
void nKillChar(coeffs r)
undo all initialisations
static FORCE_INLINE BOOLEAN n_IsOne(number n, const coeffs r)
TRUE iff 'n' represents the one element.
poly searchForMonomialViaStepwiseSaturation(const ideal I, const ring r, const gfan::ZVector w0)
const CanonicalForm int s
const Variable & v
< [in] a sqrfree bivariate poly
int scDimInt(ideal S, ideal Q)
ideal dimension
#define idDelete(H)
delete an ideal
ideal id_Copy(ideal h1, const ring r)
copy an ideal
#define idPosConstant(I)
index of generator with leading term in ground ring (if any); otherwise -1
poly initial(const poly p, const ring r, const gfan::ZVector &w)
Returns the initial form of p with respect to w.
poly kNF(ideal F, ideal Q, poly p, int syzComp, int lazyReduce)
void mp_Delete(matrix *a, const ring r)
matrix mpNew(int r, int c)
create a r x c zero-matrix
#define MATELEM(mat, i, j)
1-based access to matrix
#define omFreeSize(addr, size)
poly p_PermPoly(poly p, const int *perm, const ring oldRing, const ring dst, nMapFunc nMap, const int *par_perm, int OldPar, BOOLEAN use_mult)
poly p_Div_nn(poly p, const number n, const ring r)
BOOLEAN p_EqualPolys(poly p1, poly p2, const ring r)
static poly p_Neg(poly p, const ring r)
static poly p_Add_q(poly p, poly q, const ring r)
static poly p_Mult_q(poly p, poly q, const ring r)
static unsigned long p_SetExp(poly p, const unsigned long e, const unsigned long iBitmask, const int VarOffset)
set a single variable exponent @Note: VarOffset encodes the position in p->exp
static void p_Setm(poly p, const ring r)
static number p_SetCoeff(poly p, number n, ring r)
static long p_GetExp(const poly p, const unsigned long iBitmask, const int VarOffset)
get a single variable exponent @Note: the integer VarOffset encodes:
static void p_Delete(poly *p, const ring r)
static poly p_Copy(poly p, const ring r)
returns a copy of p
void rChangeCurrRing(ring r)
VAR ring currRing
Widely used global variable which specifies the current polynomial ring for Singular interpreter and ...
bool isOrderingLocalInT(const ring r)
bool ppreduceInitially(poly *hStar, const poly g, const ring r)
reduces h initially with respect to g, returns false if h was initially reduced in the first place,...
BOOLEAN rComplete(ring r, int force)
this needs to be called whenever a new ring is created: new fields in ring are created (like VarOffse...
ring rCopy0(const ring r, BOOLEAN copy_qideal, BOOLEAN copy_ordering)
void rDelete(ring r)
unconditionally deletes fields in r
static BOOLEAN rField_is_Z(const ring r)
static BOOLEAN rField_is_Zp(const ring r)
static int rBlocks(const ring r)
static BOOLEAN rField_is_Q(const ring r)
static short rVar(const ring r)
#define rVar(r) (r->N)
#define rField_is_Ring(R)
ideal idInit(int idsize, int rank)
initialise an ideal / module
void id_Delete(ideal *h, ring r)
deletes an ideal/module/matrix
ideal id_Head(ideal h, const ring r)
returns the ideals of initial terms
void idSkipZeroes(ideal ide)
gives an ideal/module the minimal possible size
ideal gfanlib_kStd_wrapper(ideal I, ring r, tHomog h=testHomog)
bool checkWeightVector(const ideal I, const ring r, const gfan::ZVector &weightVector, bool checkBorder)
bool checkForNonPositiveEntries(const gfan::ZVector &w)
bool areIdealsEqual(ideal I, ring r, ideal J, ring s)
static bool noExtraReduction(ideal I, ring r, number)
static ideal constructStartingIdeal(ideal originalIdeal, ring originalRing, number uniformizingParameter, ring startingRing)
static ring constructStartingRing(ring r)
Given a polynomial ring r over the rational numbers and a weighted ordering, returns a polynomial rin...
static void swapElements(ideal I, ideal J)
implementation of the class tropicalStrategy
gfan::ZCone homogeneitySpace(ideal I, ring r)
matrix divisionDiscardingRemainder(const poly f, const ideal G, const ring r)
Computes a division discarding remainder of f with respect to G.
poly witness(const poly m, const ideal I, const ideal inI, const ring r)
Let w be the uppermost weight vector in the matrix defining the ordering on r.