MartinPJorge / vnfs-mapping

Work on VNFs mapping algorithms
1 stars 1 forks source link

Keep track of mapping consumption #3

Closed MartinPJorge closed 7 years ago

MartinPJorge commented 7 years ago

In the constrained Dijkstra and greedy algorithm, it's needed to keep track of resources allocated on mapping process, so they can be freed in case of error.

MartinPJorge commented 7 years ago

Solved with the ResourcesWatchDog class