Creates an ER-type model for sampling a set of M monomials of degree at most D from the ring R.
i1 : D=4; M=5; |
i3 : myModel = ER(ZZ/101[a..d],4,5) o3 = Model{Generate => -*Function[/builddir/build/BUILD/M2-version-1.14.0.1/M2/Macaulay2/packages/RandomMonomialIdeals.m2:132:22-132:46]*-} Name => Erdos-Renyi ZZ Parameters => (---[a, b, c, d], 4, 5) 101 o3 : Model |