An Information Flow Model for Conflict and Fission in Small Groups

Slides:



Advertisements
Similar presentations
Approximate Max-integral-flow/min-cut Theorems Kenji Obata UC Berkeley June 15, 2004.
Advertisements

Max Flow Min Cut. Theorem The maximum value of an st-flow in a digraph equals the minimum capacity of an st-cut. Theorem If every arc has integer capacity,
Randomized Algorithms Randomized Algorithms CS648 Lecture 20 Probabilistic Method (part 1) Lecture 20 Probabilistic Method (part 1) 1.
1 Augmenting Path Algorithm s t G: Flow value = 0 0 flow capacity.
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
1 Augmenting Path Algorithm s t G: Flow value = 0 0 flow capacity.
3 t s the black numbers next to an arc is its capacity.
Graph G is shown: And 7 of its subgraphs are: How many of these subgraphs are induced?
A network is shown, with a flow f. v u 6,2 2,2 4,1 5,3 2,1 3,2 5,1 4,1 3,3 Is f a maximum flow? (a) Yes (b) No (c) I have absolutely no idea a b c d.
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
Ford 1. Ford 2 Ford 3 Ford 4 Ford 5 Ford 6 Ford 7.
Survey Design. The problem One company has the certain numbers of products to sell to the customers. Each customer will receive questions about the product.
Algorithm Design by Éva Tardos and Jon Kleinberg Copyright © 2005 Addison Wesley Slides by Kevin Wayne 7. Edmonds-karp Demo.
CS-7081 Irreflexive – (13 - 8). CS-7082 Example – (13 - 9)
Network Analysis Maxflow. What is a Network? Directed connected graph Source node Sink (destination node) Arcs are weighted (costs) Represent a system.
CSE 421 Algorithms Richard Anderson Lecture 22 Network Flow.
Network Flow.
Randomized Min-Cut Algorithm
Max-flow, Min-cut Network flow.
Graph Representations
Network flow problem [Adapted from M.Chandy].
Lecture 22 Network Flow, Part 2
CSCI 3160 Design and Analysis of Algorithms Tutorial 8
Max Flow min Cut.
CS200: Algorithm Analysis
Graph Cut Weizhen Jing
Max-flow, Min-cut Network flow.
CMSC 341 Lecture 24 Max Flow Prof. Neary
Network Flow 2016/04/12.
Edmonds-Karp Algorithm
Network Flow and Connectivity in Wireless Sensor Networks
7. Ford-Fulkerson Demo.
7. Ford-Fulkerson Demo.
CS223 Advanced Data Structures and Algorithms
Lecture 31: Graph-Based Image Segmentation
Richard Anderson Lecture 23 Network Flow
Richard Anderson Lecture 23 Network Flow
Richard Anderson Lecture 21 Network Flow
Problem Solving 4.
Max Flow Min Cut, Bipartite Matching Yin Tat Lee
Augmenting Path Algorithm
Flow Networks and Bipartite Matching
Network Flow CSE 373 Data Structures.
Network Flow.
Lecture 21 Network Flow, Part 1
7. Ford-Fulkerson Demo.
7. Ford-Fulkerson Algorithm with multiple optimal solutions
Augmenting Path Algorithm
Introduction to Maximum Flows
Richard Anderson Lecture 22 Network Flow
7. Edmonds-Karp Algorithm
Lecture 21 Network Flow, Part 1
Maximum Flow Neil Tang 4/8/2008
7. Edmonds-karp Demo.
12 Further mathematics Adjacency Matrices.
7. Ford-Fulkerson Demo.
7. Ford-Fulkerson Demo.
7. Dinic Algorithm 5/15/2019 Copyright 2000, Kevin Wayne.
7. Ford-Fulkerson Demo.
7. Ford-Fulkerson Demo.
Ordered Pair – (11 - 2) CS-708.
Lecture 22 Network Flow, Part 2
Introduction to Maximum Flows
7. Ford-Fulkerson Demo.
Richard Anderson Lecture 22 Network Flow
Line Graphs.
7. Ford-Fulkerson Demo.
Review for Final Neil Tang 05/01/2008
Maximum Flow Problems in 2005.
7. Ford-Fulkerson Demo 02/25/19 Copyright 2000, Kevin Wayne.
Presentation transcript:

Using Ford-Fulkerson’s MIN CUT algorithm to study Fission in Small Groups An Information Flow Model for Conflict and Fission in Small Groups Wayne W. Zachary Journal of Anthropological Research CS591 Paper Presentation A. Conrad Nied Conrad Nied

Graph Diagram Conrad Nied

Graph Adjacency Matrix Conrad Nied

Capacities Criteria Conrad Nied

Capacities Matrix Conrad Nied

Compare Conrad Nied

Graph 17 25 26 7 6 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied

Capacities 3 3 2 3 5 2 2 7 2 2 3 4 3 5 3 3 3 2 t 4 4 s 2 4 2 2 2 2 4 4 5 2 1 2 5 3 4 4 3 2 5 3 2 2 5 3 3 3 3 6 4 3 4 3 3 3 3 3 3 1 4 5 2 3 3 2 3 3 4 2 2 1 2 2 1 2 1 2 2 Conrad Nied

Algorithm 6 7 14 13 13 2 21 8 9 t 13 s 4 11 2 2 6 12 1 2 26 3 3 13 5 7 33 10 14 12 3 7 5 9 23 2 3 4 1 4 4 2 3 Conrad Nied

Graph 17 25 26 7 6 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied

Compare (Model) Min Cut = 23 17 25 7 6 26 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied

Compare (Data) Min Cut = 26 17 25 7 6 26 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied

Compare (Model) Min Cut = 23 17 25 7 6 26 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied

Compare (Data) Min Cut = 26 17 25 7 6 26 32 5 11 34 24 1 29 28 27 30 10 3 12 8 15 33 9 14 4 16 13 31 2 19 21 20 23 22 18 Conrad Nied