findHeft(degs, DegreeRank => r)
findHeft returns a weight co-vector whose dot product with each member of degs is strictly positive.
i1 : findHeft({{-1,0}, {2,1}}, DegreeRank => 2) o1 = {-1, 3} o1 : List
i2 : findHeft({}, DegreeRank => 0) o2 = {} o2 : List
The object findHeft is a method function with options.