- Learning Neo4j 3.x(Second Edition)
- Jér?me Baton Rik Van Bruggen
- 148字
- 2021-07-08 09:37:31
Flow problems
Another really interesting field of graph theory applications is flow problems, also known as maximum flow problems. In essence, this field is part of a larger field of optimization problems, which is trying to establish the best possible path across a flow network. Flow networks types of graphs in which the nodes/vertices of the graphs are connected by relationships/edges that specify the capacity of that particular relationship. Examples can be found in fields such as the telecom networks, gas networks, airline networks, package delivery networks, and many others, where graph-based models are then used in combination with complex algorithms. The following diagram is an example of such a network, as you can find it on http://enipedia.tudelft.nl/:

These algorithms are then used to identify the calculated optimal path, find bottlenecks, plan maintenance activities, conduct long-term capacity planning, and many other operations.
- Vue.js設計與實現(xiàn)
- Implementing Modern DevOps
- 深入理解Android(卷I)
- Mastering Selenium WebDriver
- 面向STEM的Scratch創(chuàng)新課程
- AngularJS深度剖析與最佳實踐
- Servlet/JSP深入詳解
- HTML5+CSS3網(wǎng)站設計教程
- Learning Three.js:The JavaScript 3D Library for WebGL
- INSTANT Passbook App Development for iOS How-to
- SQL基礎教程(第2版)
- 小程序,巧應用:微信小程序開發(fā)實戰(zhàn)(第2版)
- iPhone應用開發(fā)從入門到精通
- Mastering Python Design Patterns
- 青少年學Python(第2冊)