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

completeGraphAugment -- augment graph with the complete graph structure

Description

This is a possible value of the option AugmentGraphFunction of the function monodromySolve. It will augment the graph while respecting the complete 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=>completeGraphAugment,AugmentNodeCount=>1, AugmentNumberOfRepeats=>3)

o3 = (HomotopyNode{...7...}, 24)

o3 : Sequence