Formulating shortest path
Formulating the longest path (direction given)
Formulating maximum flow
Formulating matching problems
Aim: to get each one from each set to match with another 1 from each set
1. All variables are indicator variables, each variable is just an arc presented
2. Objective function is maximise all variables
3. Place constraints on each vertices to be less than or equal to 1( cos could be zero in case that no one matches sadly) BOTH SETS INCLUDED
Formulating allocation problems (minimise)
Formulating transportation problems
Shortest path summary
Longest path summary
Maximum flow summary
Maximal matching
Allocation problem minimum costs summary
Transportation problem minimum cost