5Question on Software•Will we learn software? Very very briefly later; not in detail.•Benefit of understanding the procedure of simplex method (by hand):•1) More interpretable.--Counter-example: blackbox: deep learninge.g. after reading images and descriptions of symptoms, the computergenerates output: this patient has gotappendicitis. But the patient may or maynot believe the computer’s output.--OR methods, like LP are often much more interpretable•E.g. If you just run software to solve how to assign the numbers ofburgers/pizzas to produce, and make recommendation to your boss. Yourboss may not believe you•You can tell your boss: let me show you a toy example, run 2 iterations ofsimplex method to get the solution. Explain each step.•2) another benefit: debug. On GANs, quite hard to debug; for LP, you knowmuch better how to debug•3) post-optimality analysis