how to find the source of a programme like InteractiveLPProblem
I'm using sage 8.8 on Windows 10. Thanks !
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.
Asked: 2019-12-11 09:53:37 +0100
Seen: 302 times
Last updated: Dec 11 '19
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.