0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 23, 2024 — Jul 23, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add example graphs to documentation More... about 12 years ago
Add WalkProperty::isCircuit() and lots of examples in documentation More... about 12 years ago
Add documentation for common aliases More... about 12 years ago
Improve documentation More... about 12 years ago
Add tests with 100% coverage for WalkProperty algorithm More... about 12 years ago
Fix Walk::isCycle() by rejecting walks with no edges More... about 12 years ago
Fix checking hamiltonian property in cycles More... about 12 years ago
Fix testing digons and triangles due to moving algorithm More... about 12 years ago
Fix accessing invalid graph property due to moving algorithm More... about 12 years ago
Fix WalkProperty::hasCycle() by checking correct array of vertices More... about 12 years ago
Add WalkProperty::hasLoop() alias (completeness) More... about 12 years ago
Move Walk property algorithms to new WalkProperty algorithm More... about 12 years ago
Add tests with 100% coverage for new GraphProperty algorithm More... about 12 years ago
Move graph property algorithms to new Algorithm\Property More... about 12 years ago
Add tests with 100% coverage for Algorithm\Groups More... about 12 years ago
Add tests with 100% coverage for Algorithm\Bipartit More... about 12 years ago
Simplify and fix getting parallel edges of undirected edges More... about 12 years ago
Add (failing) test with 100% coverage for Algorithm\Parallel More... about 12 years ago
Ignore coverage for unreachable code More... about 12 years ago
Move parallel edges algorithm helpers to Algorithm\Parallel More... about 12 years ago
Move Graph::hasEdgeParallel() to new Algorithm\Parallel More... about 12 years ago
Add tests with 100% coverage for new Algorithm\Loop More... about 12 years ago
Move Vertex::hasLoop() to Algorithm\Loop::hasLoopVertex() More... about 12 years ago
Move Set::hasLoop() to new Algorithm\Loop More... about 12 years ago
Fix reference to Edge\Undirected More... about 12 years ago
Update Algorithm\Tree to use Set\Vertices More... about 12 years ago
Merge remote-tracking branch 'origin/master' into add-vertices-class More... about 12 years ago
Update reference to Walk::getVerticesSequenceId() More... about 12 years ago
Add tests with 100% coverage for Algorithm\Degree More... about 12 years ago
Update references to Vertex degree helpers to Algorithm\Degree More... about 12 years ago