| LIB "normaliz.lib";
setNmzFilename("binomials");
ring S = 37,(u,v,w,x,y,z),dp;
ideal I = u2-v2, x2-y2, y2-vw, z2-xy;
latticeIdeal(I);
==> 1
==> normaliz: ./libnormaliz/vector_operations.h:923: Integer libnormaliz::pos\
_degree(const std::vector<Integer>&, std::vector<Integer>) [with Integer \
= long long int]: Assertion `to_test.size() == grading.size()' failed.
==> 1
==> _[1]=-wx+vy
==> _[2]=-vx+uy
==> _[3]=vw-ux
==> _[4]=-v2+uw
==> _[5]=-x2+wy
==> _[6]=w2-vx
|