1 | initial version |
In a SageMath console or in a Jupyter cell, simply type
InteractiveLPProblem??
You will see the Python source code. The file that contains this code is located in src/sage/numerical/interactive_simplex_method.py
under your SageMath root directory.