source: git/Tst/Short/bug_sres_cyc5.tst @ f1cfef

spielwiese
Last change on this file since f1cfef was 635c14, checked in by Olaf Bachmann <obachman@…>, 24 years ago
* bug free git-svn-id: file:///usr/local/Singular/svn/trunk@3924 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 277 bytes
Line 
1ring cyc5 =32003,(f,a,b,c,d,e),dp;
2option(prot);
3ideal i=
4a+b+c+d+e,
5de+1cd+1bc+1ae+1ab,
6cde+1bcd+1ade+1abe+1abc,
7bcde+1acde+1abde+1abce+1abcd,
8abcde-f5;
9// should only complain, but not dump core as in 1.3.6
10list I =sres(i,0);
11sres(std(i), 0);
12LIB "tst.lib"; tst_status(1);
13$
Note: See TracBrowser for help on using the repository browser.