thebitpusher / boxologic

3D Bin Packing: A set of C programs that calculate the best fit for boxes on a pallet, and visualize the result.
44 stars 14 forks source link

Unexpected Run-lengths - possible infinite looping. #6

Closed wknechtel closed 11 years ago

wknechtel commented 11 years ago

Some of the tests (after band-aid-ing some bad free() calls) run for extraordinarily long times, so much so that I believe we've got some infinite loops. I halted one execution of test/mpp04.txt after it had been running for ~30 min. Since the longest solution time in the original thesis was 12 seconds, I think it's safe to same something's not right. My hunch is that something was transcribed incorrectly.

haris989 commented 8 years ago

So was this finally fixed?