source: git/Tst/Short/bug_tr339.tst @ fdda546

spielwiese
Last change on this file since fdda546 was bfc0a2, checked in by Hans Schoenemann <hannes@…>, 9 years ago
fix tr. #339: weightKB at degrees with no monomials at all: 1 line
  • Property mode set to 100644
File size: 285 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4// weightKB for a degree with no monomials at all
5
6ring r = 0,(x,y),dp;
7intvec w = 2,6;
8weightKB(ideal(0),3,w); // bug
9weightKB(ideal(0),4,w); // ok
10weightKB(ideal(0),5,w); // bug
11weightKB(ideal(0),6,w); // ok
12weightKB(ideal(0),7,w); // ok
13
14tst_status(1);$
Note: See TracBrowser for help on using the repository browser.