Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vgarciasc/sensor-placement


https://github.com/vgarciasc/sensor-placement

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

# sensor-placement

A sensor placement problem where:
- There is a room of M x N dimensions;
- There are S types of sensors;
- For each type of sensor, there are positions which must be covered by at least one sensor of that type;
- A sensor X covers a position Y if the distance between X and Y is less than or equal to the radius of detection of X;
- Sensors can only be placed in specific positions;
- Each sensor has a cost, paid by sensor unit placed;
- The goal is to minimize the total cost of sensors.

Solutions generated using CPLEX, via the JuMP library in Julia.

![](figures/Escenario%201.png)

![](figures/Escenario%202.png)

![](figures/Escenario%203.png)

![](figures/Escenario%204.png)

![](figures/Escenario%205.png)