<div dir="ltr">Hello,<div><br></div><div>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?</div><div><br></div><div>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?</div><div><br></div><div><br></div><div>Thank you so much for your help,</div><div><br></div><div>Jeff</div></div>