How to assign link cost?
# problem :
- given :
* network topology (routers, link, link bandwidth)
* traffic demands : (source, destination, bandwidth)
- find a set of OSPF link weight such that congestion is minimised (can use other objective)
# the problem is NP-hard
# Heuristic solution