Changeset 407497 in git


Ignore:
Timestamp:
Sep 14, 2011, 7:04:53 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '0604212ebb110535022efecad887940825b97c3f')
Children:
ec5ec84555969c269cda16b41c25a3984abd2082
Parents:
8b87135f40450a46d90d5e08617044b9d4b56918
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-09-14 19:04:53+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 16:12:49+01:00
Message:
ADD: testing rings with parameters and minpolys (via interpreter)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/test.cc

    r8b87135 r407497  
    301301  currentVoice=feInitStdin(NULL);
    302302   
    303   int err=iiEStart(omStrDup("ring R; R; system(\"r\", R); kill R; return();\n"),NULL);
     303  int err=iiEStart(omStrDup("ring R = (0, a), x, dp; R; system(\"r\", R); minpoly=a*a+1; R; system(\"r\", R); kill R; return();\n"),NULL);
    304304 
    305305  printf("interpreter returns %d\n",err);
Note: See TracChangeset for help on using the changeset viewer.