SheepTester-forks / CurricularAnalytics.py

CurricularAnalytics.py is a Python port of CurricularAnalytics.jl, a toolbox for studying and analyzing academic program curricula.
https://pypi.org/project/curricularanalytics/
GNU Affero General Public License v3.0
3 stars 3 forks source link

longest_path does not use the right graph #7

Open SheepTester opened 1 year ago

SheepTester commented 1 year ago

longest_path should find the shortest path in G, with all weights inverted

https://github.com/SheepTester-forks/CurricularAnalytics.py/blob/917465ad221336707510af140e01350b47d0dbd1/src/GraphAlgs.jl#L283-L314

https://github.com/SheepTester-forks/CurricularAnalytics.py/blob/917465ad221336707510af140e01350b47d0dbd1/curricularanalytics/graph_algs.py#L284-L304