rochaporto / ezgliding

Website and software for analyzing, visualizing and planning gliding flights
GNU General Public License v3.0
5 stars 2 forks source link

Added branch / bound based algorithm for broken line optimization #9

Closed rochaporto closed 10 years ago

rochaporto commented 10 years ago

This merge fixes issue #1 , adding an optimizer for broken line path up to 3 turn points using branch and bound.

It includes other changes like abstract methods for flightStart/End, fixes in the animation tool, a bruteforce optimizer to be used as a reference, and some changes in the ant targets for running tests (separation between performance and basic tests).