next | previous | forward | backward | up | top | index | toc | Macaulay2 web site
MonodromySolver :: flowerGraphAugment

flowerGraphAugment -- augment graph with the flower graph structure

Description

This is a possible value of the option AugmentGraphFunction of the function monodromySolve. It will augment the graph while respecting the flower graph structure, so it should be used in conjunction with flowerGraphInit. To use it, it is necessary to specify a number of nodes or edges to augment by using AugmentNodeCount or AugmentEdgeCount.

i1 : R = CC[a,b,c,d][x,y];
i2 : polys = polySystem {a*x+b*y^2,c*x*y+d};
i3 : monodromySolve(polys,GraphInitFunction => flowerGraphInit, AugmentGraphFunction=>flowerGraphAugment,AugmentNodeCount=>1)

o3 = (HomotopyNode{...5...}, 5)

o3 : Sequence