Code for largest change case
This is the second function you must complete.
It needs to return the (row, column) indexes (r, s) on which the Simplex method will pivot.
It needs to be fully and correctly documented.