[PPL-devel] Set of C_Polyhedron

Jeff Summars ppluser47 at gmail.com
Thu Jul 28 03:02:14 CEST 2016


Hello,

I am writing a program that requires a huge set of C_Polyhedrons. I have
tried making a set<C_Polyhedron> which g++ does not object to, but when I
try to insert a C_Polyhedron into it, g++ throws an error about not being
able to compare C_Polyhedrons. Is there a way to make a set of
C_Polyhedrons?

If it is not possible, is it practical to make a set of strings, where the
strings are the C_Polyhedron's corresponding Generator_Systems, and use
that set?


Thank you so much for your help,

Jeff
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cs.unipr.it/pipermail/ppl-devel/attachments/20160727/5fb1b06c/attachment.htm>


More information about the PPL-devel mailing list