source: git/Tst/Short/bug_32.tst @ bf5c59f

fieker-DuValspielwiese
Last change on this file since bf5c59f was 38e03d6, checked in by Hans Schönemann <hannes@…>, 20 years ago
*hannes: bug_32 added git-svn-id: file:///usr/local/Singular/svn/trunk@7245 2c84dea3-7e68-4137-9b89-c4e89433aadc
  • Property mode set to 100644
File size: 128 bytes
Line 
1LIB "tst.lib";
2tst_init();
3
4LIB"solve.lib";
5ring r=0,(x,y,z),lp;
6ideal i=x^2-2,z-1,y;
7fglm_solve(i);
8rlist;
9
10//
11tst_status(1);$
Note: See TracBrowser for help on using the repository browser.