On Thu, 6 Mar 2008 12:53:43 -0800 (PST)
VictorMiller <[EMAIL PROTECTED]> wrote:

> 
> The following code causes a crash:
> 
> R = BooleanPolynomialRing(2)
> f = 1 + R.gens()[0]
> s = f.set()
> t = set(s)
> 
> # this happened on sagenb.org, as well as the latest SAGE version
> installed locally.

This is a known issue, the trac ticket is here:

http://trac.sagemath.org/sage_trac/ticket/1711

I have a workaround for it in my tree which contains the interface
updates for PolyBoRi-0.2, but I still don't know how to fix the real
problem. Any help will be much appreciated.

I will submit the updates this weekend, so they might be in the next
version (after 2.10.3).

In the meantime, you can use the polynomial iterators in place of the
set iterators. They essentially work the same way.

Burcin

--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-devel@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-devel
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to