adipopescu / To-Do-List

My Singular Project
0 stars 0 forks source link

syz segfault in qring over ZZ #61

Closed jakobkroeker closed 9 years ago

jakobkroeker commented 9 years ago
ring rng = integer,x,lp;
ideal  QQQ = 42*x^2;
qring QR = QQQ;
intvec op = 100663298,10321;
 option(set, op) ;
 option() ;
 // option() ;//options: redSB redTail intStrategy redefine loadLib usage prompt
ideal I = 41,-36*x1;
ideal syzI = syz (I); //segfault
adipopescu commented 9 years ago

First of all should be def syzI = syz(I). Now it works, and added to tests