truncated output problem?
Hi,
I have created a polyhedron out of a number of vertices and whenever I try to write its H-representation to a file, the inequalities are somehow truncated!
o = open('test.out','w')
for l in triangle.Hrepresentation():
o.write(str(l) + "\r")
Any idea why is that?
Thanks,