lmeulen / pyraptor

Python implementation of RAPTOR algorithm
MIT License
24 stars 78 forks source link

fix: raptor break for loop if improvements = 0 #43

Closed Rozemarijn20125 closed 2 years ago

Rozemarijn20125 commented 2 years ago

Fix in the raptor algorithm. If number of improvements = 0, break the for loop.