Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 479 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 479 Bytes

MaxCoverageOfDronesGurobi

Computer Network Performance project 2019 / 2020 for Universita' La Sapienza di Roma

Given:

  • a set of drones
  • a set of targets
  • a matrix of distances
  • the battery time of each drone

computes the drone paths such that the coverage of the targets is maximal.

For further details see : https://twiki.di.uniroma1.it/pub/PDSDR/AA1819Bartolini/CNP_projects.pdf (III A)

The project uses gurobi framework to compute constraints and objectives.