I would like to have M2 check a large list of ideas for certain
properties (e.g. projective dim of R/I)
The problem is that my list is going to be very large -- and checking
these ideals will take a long time.
One possible way to go would be to have M2 produce a list of ideals in
a file, then I could have M2 check parts of this list at a time.
Is this possible? At the moment, I do not know how to have M2 create
an output file that it can read at a later date.
Thanks!
Hi, to save a list of ideals P to the file Pfile.m2, you can use "Pfile.m2"<<toString P<<close; To restore it from the disc use P=value get "Pfile.m2";
> Hi, > > I would like to have M2 check a large list of ideas for certain > properties (e.g. projective dim of R/I) > > The problem is that my list is going to be very large -- and checking > these ideals will take a long time. > > One possible way to go would be to have M2 produce a list of ideals in > a file, then I could have M2 check parts of this list at a time. > > Is this possible? At the moment, I do not know how to have M2 create > an output file that it can read at a later date. > > Thanks! >
> -- > You received this message because you are subscribed to the Google Groups > "Macaulay2" group. > To post to this group, send email to maca...@googlegroups.com. > To unsubscribe from this group, send email to > macaulay2+...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/macaulay2?hl=en. > >