[sympy] Singleton Inequalities

2011-05-24 Thread Matthew Rocklin
Hi Everyone, I'm revamping Sets a bit as a precursor to my GSoC project. The first part of this is creating a FiniteSet object to go along with Intervals (like (0, 1] ) and Unions (like [-1,0) U (0, 1] ). I changed the default behavior of Interval(1,1) (interval from 1 to 1 inclusive, i.e. [1,

Re: [sympy] Singleton Inequalities

2011-05-24 Thread Aaron S. Meurer
Hi. On May 24, 2011, at 5:50 PM, Matthew Rocklin wrote: Hi Everyone, I'm revamping Sets a bit as a precursor to my GSoC project. The first part of this is creating a FiniteSet object to go along with Intervals (like (0, 1] ) and Unions (like [-1,0) U (0, 1] ). I changed the default

Re: [sympy] Singleton Inequalities

2011-05-24 Thread Mateusz Paprocki
Hi, On 24 May 2011 17:42, Aaron S. Meurer asmeu...@gmail.com wrote: Hi. On May 24, 2011, at 5:50 PM, Matthew Rocklin wrote: Hi Everyone, I'm revamping Sets a bit as a precursor to my GSoC project. The first part of this is creating a FiniteSet object to go along with Intervals (like