fel88 / DeepNestPort

DeepNest C# Port
MIT License
78 stars 34 forks source link

Conversion of mergedLength to C# #8

Open dsn27 opened 5 years ago

dsn27 commented 5 years ago

Hi!

I've been trying to work on the mergedLength function. But I really didn't get anywhere. If the function is enabled the program will run forever as soon as you add more than a few parts. I tried it with about 100 parts and stopped the program after 15min. The function got called over 5 million times. The original DeepNest Program only takes a few minutes to solve the problem. So obviously I'm missing something important.

Do you have any idea how we can continue?

Michel

fel88 commented 5 years ago

Hi, I still do not have enough free time to work on this project. sorry

Mohammed001 commented 4 years ago

Would you please explain the purpose of the mergedLength function?

fel88 commented 4 years ago

It is just a stub, for future implementation.