afourmy / pyNMS

A vendor-agnostic NMS for carrier-grade network simulation and automation
GNU General Public License v3.0
83 stars 15 forks source link

Tabu search implementation #2

Closed afourmy closed 7 years ago

afourmy commented 8 years ago

Implement Tabu search algorithm to solve the link-weight optimization problem in IP networks:

when it runs, print the network congestion ratio Congestion = max( link_traffic / link_capacity) for both directions for all links

afourmy commented 7 years ago

done