0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
Sep 26, 2025 — Sep 26, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' into yaserkl More... about 12 years ago
Moved priority queue class; updated references appropriately. More... about 12 years ago
Removed old base hypergraph class. More... about 12 years ago
Removed old undirected hypergraph class; [very] obsolete. More... about 12 years ago
Added further test coverage. More... about 12 years ago
Updated SXT algorithm to use a priority queue. More... about 12 years ago
Python has no semi-decent built-in priority queue. wat. More... about 12 years ago
Cleaned node removal method and fixed consistency bug. More... about 12 years ago
added a new class for undirected hypergraph algorithm. Changed all the undirected graph methods based on the sparse matrix More... about 12 years ago
Deleted some old files from the original library whose functionality has been fully implemented in the current library. More... about 12 years ago
Implemented subhypergraph-related functionality for induced subhypergraphs and directed hyperpaths. More... about 12 years ago
Added SFT algorithm + tests; increased documentation verbosity. More... about 12 years ago
Fixed documentation. More... about 12 years ago
Merge branch 'master' of https://github.com/tmmurali/hypergraph More... about 12 years ago
Added value-based measure and changed documentation. More... about 12 years ago
Fixed documentation. More... about 12 years ago
Fixed minor documentation error. More... over 12 years ago
Initial commit of the undirected hypergraph class; minor changes to imports & comments made in other classes. More... over 12 years ago
Extended the test hypergraph and modified the tests accordingly; also fixed potential bug in the valid ordering component. More... over 12 years ago
Implemented initial SBT functionality and tests. More... over 12 years ago
Added F-Visit functionality; generalized B- and F-Visit algorithms to a single X-Visit algorithm. More... over 12 years ago
Introduced symmetric image functionality More... over 12 years ago
Partial change in consistency check and additional related tests. More... over 12 years ago
Merged consistency check changes from annabranch. More... over 12 years ago
Made Python3 compatible and fixed merge bug. More... over 12 years ago
merged conflict in test_directed_hypergraph.phy More... over 12 years ago
merged conflict in test_directed_hypergraph.phy More... over 12 years ago
merged conflict in test_directed_hypergraph.phy More... over 12 years ago
added small test for hypergraph consistency checker More... over 12 years ago
added hypergraph checker function More... over 12 years ago