Branch-Bound-Algorithm
Branch-Bound-Algorithm copied to clipboard
Is this project completed?
If so, how can I use it? Thanks!
If you just want to try it you can access a live example here https://aristosman94.pythonanywhere.com/BranchandBound/default/index . It is fully working but just for educational purposes since it can't solve very high order problems. The code can be found in controllers/default.py . Hope this helps EDIT: The algorithm is working. I plan to do a big refactoring though when i have time.