Tagged Questions
3
votes
1answer
452 views
Speed optimising JavaScript code
I've written this following rather naïve branch-and-bound based IP solver. My question is whether there are any obvious JavaScript optimisations that could speed it up? I am not looking for ...