source: git/Tst/Manual/tolessvars.tst @ 76ce4e6

fieker-DuValspielwiese
Last change on this file since 76ce4e6 was 894057, checked in by Oleksandr Motsak <motsak@…>, 13 years ago
ADD: Tests from online manual (res+stat on mamawutz): short ones Tst/Manual/s.lst
  • Property mode set to 100644
File size: 188 bytes
Line 
1LIB "tst.lib"; tst_init();
2LIB "presolve.lib";
3ring r  = 0,(x,y,z),dp;
4ideal i = y2-x3,x-3,y-2x;
5def R_r = tolessvars(i,"lp");
6setring R_r;
7show(basering);
8IMAG;
9kill R_r;
10tst_status(1);$
Note: See TracBrowser for help on using the repository browser.