I'm looking for a (free) library which allows me to draw a CFG (control flow graph). Something like yFiles, but free or preferably open source? Ideally this library would allow the user to navigate the graph (and modify it), i.e. the graph isn't just a static a priori rendered bitmap. Ideas?
Update:
Glee in combination with the mentioned QuickGraph library seems to work pretty nice. thx
Update2: Graph# seems to be the most powerful library currently. There is also a nice tutorial on how to use it.