Closed lukepighetti closed 2 years ago
On version 4.0.1, if I run the case pighetti_d described here, half the time it will return Result A, otherwise Result B.
4.0.1
pighetti_d
This was caused by using HashSet for unused_cut_pieces, which gives different hashes for different runs.
HashSet
unused_cut_pieces
On version
4.0.1
, if I run the casepighetti_d
described here, half the time it will return Result A, otherwise Result B.Result A
Result B