Answered step by step
Verified Expert Solution
Question
1 Approved Answer
There are n teams T = {1, . . . , n} in a certain company, where team i has ai employees. The company wants
There are n teams T = {1, . . . , n} in a certain company, where team i has ai employees. The company wants to encourage teams to interact with each other, so they have arranged two group chat sessions. In each session, the employees are divided into m groups G = {1, . . . , m} where group j has at most bj employees. In the first session, each team must send all of their employees into different groups. In the second session, everyone must go to a different group, and at most 2 people in the same group from the first session can go to each group for the second session. (For the second session, it does not matter which teams the employees are from in each group.) The goal is to assign all employees to the groups in the two sessions, satisfying the given constraints. Formulate this as a maximum flow problem. You need to state the directed graph, the two nodes s and t, and the capacities of the arcs. Then draw a sketch of the formulation.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
To formulate this problem as a maximum flow problem we can construct a directed graph as follows 1 N...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started