Weights => a list, default value null, with the same length as the multidegrees in t, used as the weight vector w
Minimize => ..., default value false, minimal betti numbers of a non-minimal free resolution
Outputs:
a Betti tally, with the same homological degrees, multidegrees, and ranks. If a weight vector w is provided, the total degree weights in the resulting Betti tally will be recomputed by taking the dot products of w with the multidegrees in the tally.
Description
i1 : R = ZZ/101[a..d, Degrees => {2:{1,0}, 2:{0,1}}];
i2 : I = ideal random(R^1, R^{2:{-2,-2}, 2:{-3,-3}});
o2 : Ideal of R