<chloekek_>
Hi, is anyone aware of a Haskell binding to slvs.h? If not I’ll write one.
<whitequark>
don't think there is
<chloekek_>
Thanks, I’ll give it a try then. :)
<chloekek_>
How would one go about representing rectangles in the solver? I don’t see anything mentioning polygons, so I suppose you would create four line segments and constraint them with SLVS_C_POINTS_COINCIDENT?
<chloekek_>
Ah yes, that seems to be how solvespace does it as well.
<swivel>
whitequark: hey did you have a chance to check out the tar of .slvs files I uploaded? If there's something I'm doing that hits a pathological performance issue I'd love to know and change my practices