SlideShare a Scribd company logo
A MAXIMUM FLOW MIN CUT
THEOREM FOR OPTIMIZING
NETWORK
Shethwala Ridhvesh
OUTLINES
Introduction
Max flow theorem
Ford-Fulkerson algorithm
Min cut theorem
Conclusion
References
MAX FLOW THEOREM
-> A directed, weighted graph is called a (flow) network.
-> Each edge has a weight and direction.
-> We assume there exists a source and a sink.
 The flow over a network is a function f: E -> R,
assigning values to each of the edges in the network
which are nonnegative and less than the capacity of that
edge. For each intermediate vertex, the outflow and
inflow must be equal.
 The value of this flow is the total amount leaving the
source (and thus entering the sink).
FORD-FULKERSON MAX FLOW
The Ford-Fulkerson algorithm for finding
the maximum flow:
a. Construct the Residual Graph
b. Find a path from the source to the sink with
strictly positive flow.
c. If this path exists, update flow to include it. Go
to Step a.
d. Else, the flow is maximal.
e. The (s,t)-cut has as S all vertices reachable from
the source, and T as V - S.
FORD-FULKERSON MAX FLOW
4
11
2
2
1
2
3
3
1
s
2
4
5
3
t
This is the original network, and the
original residual network.
4
11
2
2
1
2
3
3
1
FORD-FULKERSON MAX FLOW
Find any s-t path in G(x)
s
2
4
5
3
t
4
1
1
2
1
3
FORD-FULKERSON MAX FLOW
11
1
2
1
2
3
2
1
s
2
4
5
3
t
4
1
1
2
1
3
FORD-FULKERSON MAX FLOW
Find any s-t path
11
1
2
1
2
3
2
1
s
2
4
5
3
t
4
2
1
1
1
1
2
2
1
1
1
1
3
FORD-FULKERSON MAX FLOW
11
1
1
3
2
1
s
2
4
5
3
t
4
2
1
1
1
1
2
2
1
1
1
1
3
FORD-FULKERSON MAX FLOW
11
1
1
3
2
1
s
2
4
5
3
t
Find any s-t path
1
1 1
11
4
1
2
1
1
2
1
1
3
FORD-FULKERSON MAX FLOW
113
2
1
s
2
4
5
3
t
1
1 1
11
4
1
2
1
1
2
2
1
1
3
FORD-FULKERSON MAX FLOW
113
2
1
s
2
4
5
3
t
Find any s-t path
1
1
1
2
1 1
11
4
2
2
1
1
2
2
1
FORD-FULKERSON MAX FLOW
113
1
1
s
2
4
5
3
t
2
1
1
2
1 1
11
4
2
2
1
1
2
2
1
FORD-FULKERSON MAX FLOW
113
1
1
s
2
4
5
3
t
Find any s-t path
2
11
1
1
1
4
13
1
1
2
1 1
3
2
2
1
2
1
FORD-FULKERSON MAX FLOW
2
1
s
2
4
5
3
t
2
11
1
1
1
4
13
1
1
2 1 1
3
2
2
1
2
1
FORD-FULKERSON MAX FLOW
2
1
s
2
4
5
3
t
2
There is no s-t path in the residual
network. This flow is optimal
11
1
1
1
4
13
1
1
2
1 1
3
2
2
1
2
1
FORD-FULKERSON MAX FLOW
2
1
s
2
4
5
3
t
2
These are the nodes that are reachable
from node s.
s
2
4
5
3
FORD-FULKERSON MAX FLOW
1
1
2
2
2
1
2
s
2
4
5
3
t
Here is the optimal flow
MIN CUT
 A cut is a partition of the vertices into disjoint
subsets S and T. In a flow network, the source is
located in S, and the sink is located in T.
 The cut-set of a cut is the set of edges that begin
in S and end in T.
 The capacity of a cut is sum of the weights
of the edges beginning in S and ending in T.
MIN CUT
MIN CUT
 Max flow in network
MIN CUT
APPLICATIONS
- Traffic problem on road
- Data Mining
- Distributed Computing
- Image processing
- Project selection
- Bipartite Matching
CONCLUSION
 Using this Max-flow min-cut theorem we can
maximize the flow in network and can use the
maximum capacity of route for optimizing network.
REFERENCES
 Ford, Jr., L. R., and D. R. Fulkerson. “Maximal Flow
Through a Network.” Canadian Journal of Mathematics
8 (1956): 399-404. Canadian Mathematical Society.
Web. 2 June,2010
 Ellis L. Johnson, Committee Chair, George L.
Nemhauser: Shortest paths and multicommodity
network flow,2003
 FORD.L.R. AND D. R. FULKERSON 1956. Maximal
Flow Through a Network. Can. J. Math. 8,399-404.
 Cormen, Thomas H. Introduction to Algorithms. 2nd ed.
Cambridge, Massachusetts: MIT, 2001
A Maximum Flow Min cut theorem for Optimizing Network

More Related Content

What's hot

My presentation minimum spanning tree
My presentation minimum spanning treeMy presentation minimum spanning tree
My presentation minimum spanning tree
Alona Salva
 
SINGLE-SOURCE SHORTEST PATHS
SINGLE-SOURCE SHORTEST PATHS SINGLE-SOURCE SHORTEST PATHS
SINGLE-SOURCE SHORTEST PATHS
Md. Shafiuzzaman Hira
 
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
Madhu Bala
 
Minimum spanning tree
Minimum spanning treeMinimum spanning tree
Minimum spanning tree
Hinal Lunagariya
 
Kruskal & Prim's Algorithm
Kruskal & Prim's AlgorithmKruskal & Prim's Algorithm
Kruskal & Prim's Algorithm
Ifad Rahman
 
Network flows
Network flowsNetwork flows
Network flows
Luckshay Batra
 
Minimum Spanning Tree
Minimum Spanning TreeMinimum Spanning Tree
Minimum Spanning Treezhaokatherine
 
Maxflow
MaxflowMaxflow
Dijkstra's algorithm presentation
Dijkstra's algorithm presentationDijkstra's algorithm presentation
Dijkstra's algorithm presentation
Subid Biswas
 
Minimum spanning Tree
Minimum spanning TreeMinimum spanning Tree
Minimum spanning Tree
Narendra Singh Patel
 
Shortest Path in Graph
Shortest Path in GraphShortest Path in Graph
Shortest Path in Graph
Dr Sandeep Kumar Poonia
 
Ford Fulkerson Algorithm
Ford Fulkerson AlgorithmFord Fulkerson Algorithm
Ford Fulkerson Algorithm
MrMoliya
 
Floyd Warshall Algorithm
Floyd Warshall AlgorithmFloyd Warshall Algorithm
Floyd Warshall Algorithm
InteX Research Lab
 
Spanning trees
Spanning treesSpanning trees
Spanning trees
Shareb Ismaeel
 
Shortest path algorithms
Shortest path algorithmsShortest path algorithms
Shortest path algorithms
Amit Kumar Rathi
 
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
Sahil Kumar
 
Kruskal's algorithm
Kruskal's algorithmKruskal's algorithm
Kruskal's algorithm
Raj Kumar Ranabhat
 
Network flows
Network flowsNetwork flows
Network flows
Richa Bandlas
 
Prim's Algorithm on minimum spanning tree
Prim's Algorithm on minimum spanning treePrim's Algorithm on minimum spanning tree
Prim's Algorithm on minimum spanning tree
oneous
 

What's hot (20)

My presentation minimum spanning tree
My presentation minimum spanning treeMy presentation minimum spanning tree
My presentation minimum spanning tree
 
SINGLE-SOURCE SHORTEST PATHS
SINGLE-SOURCE SHORTEST PATHS SINGLE-SOURCE SHORTEST PATHS
SINGLE-SOURCE SHORTEST PATHS
 
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
GRAPH APPLICATION - MINIMUM SPANNING TREE (MST)
 
Minimum spanning tree
Minimum spanning treeMinimum spanning tree
Minimum spanning tree
 
Kruskal & Prim's Algorithm
Kruskal & Prim's AlgorithmKruskal & Prim's Algorithm
Kruskal & Prim's Algorithm
 
Network flows
Network flowsNetwork flows
Network flows
 
Minimum Spanning Tree
Minimum Spanning TreeMinimum Spanning Tree
Minimum Spanning Tree
 
Maxflow
MaxflowMaxflow
Maxflow
 
Dijkstra's algorithm presentation
Dijkstra's algorithm presentationDijkstra's algorithm presentation
Dijkstra's algorithm presentation
 
Minimum spanning Tree
Minimum spanning TreeMinimum spanning Tree
Minimum spanning Tree
 
Shortest Path in Graph
Shortest Path in GraphShortest Path in Graph
Shortest Path in Graph
 
Ford Fulkerson Algorithm
Ford Fulkerson AlgorithmFord Fulkerson Algorithm
Ford Fulkerson Algorithm
 
Floyd Warshall Algorithm
Floyd Warshall AlgorithmFloyd Warshall Algorithm
Floyd Warshall Algorithm
 
Spanning trees
Spanning treesSpanning trees
Spanning trees
 
Shortest path algorithms
Shortest path algorithmsShortest path algorithms
Shortest path algorithms
 
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
ADA - Minimum Spanning Tree Prim Kruskal and Dijkstra
 
Kruskal's algorithm
Kruskal's algorithmKruskal's algorithm
Kruskal's algorithm
 
Dijkstra
DijkstraDijkstra
Dijkstra
 
Network flows
Network flowsNetwork flows
Network flows
 
Prim's Algorithm on minimum spanning tree
Prim's Algorithm on minimum spanning treePrim's Algorithm on minimum spanning tree
Prim's Algorithm on minimum spanning tree
 

Similar to A Maximum Flow Min cut theorem for Optimizing Network

MDM-Chapter-9-Updated latest.pptx
MDM-Chapter-9-Updated latest.pptxMDM-Chapter-9-Updated latest.pptx
MDM-Chapter-9-Updated latest.pptx
JimSotio
 
FORD-FULKERSON Algorithm.ppt
FORD-FULKERSON Algorithm.pptFORD-FULKERSON Algorithm.ppt
FORD-FULKERSON Algorithm.ppt
PradeepKumarD16
 
Network problems 1 (1)
Network problems 1 (1)Network problems 1 (1)
Network problems 1 (1)Jabnon Nonjab
 
Design of Near-Threshold CMOS Logic Gates
Design of Near-Threshold CMOS Logic GatesDesign of Near-Threshold CMOS Logic Gates
Design of Near-Threshold CMOS Logic Gates
VLSICS Design
 
Si Intro(100413)
Si Intro(100413)Si Intro(100413)
Si Intro(100413)
imsong
 
Dc ch11 : routing in switched networks
Dc ch11 : routing in switched networksDc ch11 : routing in switched networks
Dc ch11 : routing in switched networks
Syaiful Ahdan
 
Network analysis
Network analysisNetwork analysis
Network analysis
Moudud Hasan
 
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
INFOGAIN PUBLICATION
 
Facts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsrFacts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsr
Edgefxkits & Solutions
 
Sonet dwdm
Sonet dwdmSonet dwdm
power system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptxpower system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptx
monikavardia
 
High speed board design considerations
High speed board design considerationsHigh speed board design considerations
High speed board design considerationsMohamad Tisani
 
L21-MaxFlowPr.ppt
L21-MaxFlowPr.pptL21-MaxFlowPr.ppt
L21-MaxFlowPr.ppt
KrishanPalSingh39
 
power system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptxpower system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptx
monikavardia
 
Batch32 seminar ppt.pptx
Batch32 seminar ppt.pptxBatch32 seminar ppt.pptx
Batch32 seminar ppt.pptx
CHEJERLAOMPRAKASHRED
 
Iaetsd an mtcmos technique for optimizing low
Iaetsd an mtcmos technique for optimizing lowIaetsd an mtcmos technique for optimizing low
Iaetsd an mtcmos technique for optimizing low
Iaetsd Iaetsd
 
Terminaters
TerminatersTerminaters
Terminaters
Pankaj Khodifad
 

Similar to A Maximum Flow Min cut theorem for Optimizing Network (20)

MDM-Chapter-9-Updated latest.pptx
MDM-Chapter-9-Updated latest.pptxMDM-Chapter-9-Updated latest.pptx
MDM-Chapter-9-Updated latest.pptx
 
FORD-FULKERSON Algorithm.ppt
FORD-FULKERSON Algorithm.pptFORD-FULKERSON Algorithm.ppt
FORD-FULKERSON Algorithm.ppt
 
Network problems 1 (1)
Network problems 1 (1)Network problems 1 (1)
Network problems 1 (1)
 
Design of Near-Threshold CMOS Logic Gates
Design of Near-Threshold CMOS Logic GatesDesign of Near-Threshold CMOS Logic Gates
Design of Near-Threshold CMOS Logic Gates
 
Si Intro(100413)
Si Intro(100413)Si Intro(100413)
Si Intro(100413)
 
Dc ch11 : routing in switched networks
Dc ch11 : routing in switched networksDc ch11 : routing in switched networks
Dc ch11 : routing in switched networks
 
A0210106
A0210106A0210106
A0210106
 
Network analysis
Network analysisNetwork analysis
Network analysis
 
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
4 ijaems jan-2016-8-performance analysis of mixed line rate optical wdm netwo...
 
3.pmbt m 3
3.pmbt m 33.pmbt m 3
3.pmbt m 3
 
Facts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsrFacts (flexible ac transmission) by tsr
Facts (flexible ac transmission) by tsr
 
ITI Pali
ITI PaliITI Pali
ITI Pali
 
Sonet dwdm
Sonet dwdmSonet dwdm
Sonet dwdm
 
power system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptxpower system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptx
 
High speed board design considerations
High speed board design considerationsHigh speed board design considerations
High speed board design considerations
 
L21-MaxFlowPr.ppt
L21-MaxFlowPr.pptL21-MaxFlowPr.ppt
L21-MaxFlowPr.ppt
 
power system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptxpower system 1 unit 2 ppt (2).pptx
power system 1 unit 2 ppt (2).pptx
 
Batch32 seminar ppt.pptx
Batch32 seminar ppt.pptxBatch32 seminar ppt.pptx
Batch32 seminar ppt.pptx
 
Iaetsd an mtcmos technique for optimizing low
Iaetsd an mtcmos technique for optimizing lowIaetsd an mtcmos technique for optimizing low
Iaetsd an mtcmos technique for optimizing low
 
Terminaters
TerminatersTerminaters
Terminaters
 

More from Shethwala Ridhvesh

Voip security
Voip securityVoip security
Voip security
Shethwala Ridhvesh
 
Politics in india
Politics in indiaPolitics in india
Politics in india
Shethwala Ridhvesh
 
TCP/IP performance over Optical Fiber
TCP/IP performance over Optical FiberTCP/IP performance over Optical Fiber
TCP/IP performance over Optical Fiber
Shethwala Ridhvesh
 
Col wiz ppt
Col wiz pptCol wiz ppt
Col wiz ppt
Shethwala Ridhvesh
 
Anti phishing
Anti phishingAnti phishing
Anti phishing
Shethwala Ridhvesh
 
Green computing_ridhvesh
Green computing_ridhveshGreen computing_ridhvesh
Green computing_ridhvesh
Shethwala Ridhvesh
 

More from Shethwala Ridhvesh (6)

Voip security
Voip securityVoip security
Voip security
 
Politics in india
Politics in indiaPolitics in india
Politics in india
 
TCP/IP performance over Optical Fiber
TCP/IP performance over Optical FiberTCP/IP performance over Optical Fiber
TCP/IP performance over Optical Fiber
 
Col wiz ppt
Col wiz pptCol wiz ppt
Col wiz ppt
 
Anti phishing
Anti phishingAnti phishing
Anti phishing
 
Green computing_ridhvesh
Green computing_ridhveshGreen computing_ridhvesh
Green computing_ridhvesh
 

Recently uploaded

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Sreedhar Chowdam
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
AafreenAbuthahir2
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
R&R Consult
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
Kamal Acharya
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
SamSarthak3
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
thanhdowork
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
Pipe Restoration Solutions
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
Osamah Alsalih
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
Robbie Edward Sayers
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation & Control
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
AmarGB2
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
karthi keyan
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
Massimo Talia
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
Kamal Acharya
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
TeeVichai
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
Pratik Pawar
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
bakpo1
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
Kerry Sado
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
Jayaprasanna4
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
ydteq
 

Recently uploaded (20)

Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&BDesign and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
Design and Analysis of Algorithms-DP,Backtracking,Graphs,B&B
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptxCFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
CFD Simulation of By-pass Flow in a HRSG module by R&R Consult.pptx
 
Cosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdfCosmetic shop management system project report.pdf
Cosmetic shop management system project report.pdf
 
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdfAKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
AKS UNIVERSITY Satna Final Year Project By OM Hardaha.pdf
 
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
RAT: Retrieval Augmented Thoughts Elicit Context-Aware Reasoning in Long-Hori...
 
The Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdfThe Benefits and Techniques of Trenchless Pipe Repair.pdf
The Benefits and Techniques of Trenchless Pipe Repair.pdf
 
MCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdfMCQ Soil mechanics questions (Soil shear strength).pdf
MCQ Soil mechanics questions (Soil shear strength).pdf
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
Water Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdfWater Industry Process Automation and Control Monthly - May 2024.pdf
Water Industry Process Automation and Control Monthly - May 2024.pdf
 
Investor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptxInvestor-Presentation-Q1FY2024 investor presentation document.pptx
Investor-Presentation-Q1FY2024 investor presentation document.pptx
 
CME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional ElectiveCME397 Surface Engineering- Professional Elective
CME397 Surface Engineering- Professional Elective
 
Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024Nuclear Power Economics and Structuring 2024
Nuclear Power Economics and Structuring 2024
 
Student information management system project report ii.pdf
Student information management system project report ii.pdfStudent information management system project report ii.pdf
Student information management system project report ii.pdf
 
Railway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdfRailway Signalling Principles Edition 3.pdf
Railway Signalling Principles Edition 3.pdf
 
weather web application report.pdf
weather web application report.pdfweather web application report.pdf
weather web application report.pdf
 
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
一比一原版(SFU毕业证)西蒙菲莎大学毕业证成绩单如何办理
 
Hierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power SystemHierarchical Digital Twin of a Naval Power System
Hierarchical Digital Twin of a Naval Power System
 
ethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.pptethical hacking in wireless-hacking1.ppt
ethical hacking in wireless-hacking1.ppt
 
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
一比一原版(UofT毕业证)多伦多大学毕业证成绩单如何办理
 

A Maximum Flow Min cut theorem for Optimizing Network