Solidean is based on exact predicates and constructions, not floating-point heuristics. If the inputs meet the documented requirements, there is literally no possible “wrong” result. Every edge case is handled.
For well-defined solids and “supersolids,” we guarantee mathematically correct outputs.
For geometrically broken inputs (holes, missing faces), our healing step produces a watertight result suitable for further processing, though the exact healing may differ from what a human would choose.
In short: no epsilon hacks, no hidden corner cases.
(Aside from the usual fixable implementation details that any software may have)