fontanf / packingsolver

A solver for (geometrical) packing problems
MIT License
89 stars 14 forks source link

Typo in irregulat/solution.cpp #95

Closed bbeaulant closed 3 weeks ago

bbeaulant commented 3 weeks ago

https://github.com/fontanf/packingsolver/blob/1f687eb76af343e899853474cec2eed5766de786/include/packingsolver/irregular/solution.hpp#L121

/ Return 'true' if* the solution contains all items. /

fontanf commented 3 weeks ago

Hi,

Thank you for reporting. Fixed in 8cc719184b116bf0f98e179d8696e7c5e4269e18

bbeaulant commented 3 weeks ago

Thanks, but the typo "iff" seems to have been missed 😉

fontanf commented 3 weeks ago

"iff" is the standard maths abbreviation for "if and only if".

bbeaulant commented 3 weeks ago

Ok, sorry :)