[sage-support] Re: polyhedra with float coordinates

2008-09-04 Thread dghersi
ampton <[EMAIL PROTECTED]> wrote: > > > No, this is my fault for being lazy.  I only work with exact > > coordinates, so I did not extensively test with floats.  I will try to > > fix this soon. > > > -M. Hampton > > > On Sep 3, 10:46 am, dghersi &

[sage-support] polyhedra with float coordinates

2008-09-03 Thread dghersi
Dear All, I have a question related to the polyhedra module. When I define a polyhedron using float rather than integer coordinates, I get a weird behavior from the vert_to_ieq function. For example, if I type something like this: p = [[1.1, 2.2], [3.3, 4.4]] vert_to_ieq(p, cdd_type="real") I g