Implement dynamic environment simulation
Add small time steps in the simulation, in which the behavior of the drones is drawn from probability distributions. This requires the following changes to the existing code base:
- Include the possibility of battery status to be lower than the minimum allowed battery, and let the optimization model handle these cases
- Let simulations fail whenever the battery status is below 0.