LIB "tst.lib"; tst_init(); LIB "paraplanecurves.lib"; ring R = 0,(x,y,z),dp; poly f = y^8-x^3*(z+x)^5; adjointIdeal(f); tst_status(1);$