0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
graph: remove redundant EdgeToFrom method
Dan Kortschak
as kortschak
More... almost 9 years ago
graph: fix graph copy functions
Dan Kortschak
as kortschak
More... almost 9 years ago
graph: improve doc comments
Dan Kortschak
as kortschak
More... almost 9 years ago
{concrete,graph}: make the new node method return an ID
Dan Kortschak
as kortschak
More... almost 9 years ago
graph: add caveat for digraph -> graph copy
Dan Kortschak
as kortschak
More... almost 9 years ago
path: make use of reduced mutable graph interface surface
Dan Kortschak
as kortschak
More... almost 9 years ago
{graph,path}: move heuristic handling to path
Dan Kortschak
as kortschak
More... almost 9 years ago
all: Cost => Weight
Dan Kortschak
as kortschak
More... almost 9 years ago
all: merge mutable graph interfaces
Dan Kortschak
as kortschak
More... almost 9 years ago
{concrete,graph,path}: simplify mutable interfaces
Dan Kortschak
as kortschak
More... almost 9 years ago
topo: make BronKerbosch and VertexOrdering type safe
Dan Kortschak
as kortschak
More... almost 9 years ago
graph: Add*Edge => Set*Edge
Dan Kortschak
as kortschak
More... almost 9 years ago
concrete: make adjacency matrix types conform to the interface
Dan Kortschak
as kortschak
More... almost 9 years ago
graph: remove DirectedEdgeLister
Dan Kortschak
as kortschak
More... almost 9 years ago
concrete: rename files
Dan Kortschak
as kortschak
More... almost 9 years ago
{concrete,graph,encoding/dot}: make self edges panic
Dan Kortschak
as kortschak
More... almost 9 years ago
topo: IsPath => IsPathIn
Dan Kortschak
as kortschak
More... almost 9 years ago
{internal,path,topo}: move Set to internal
Dan Kortschak
as kortschak
More... almost 9 years ago
{network,path,search,topo}: split search package
Dan Kortschak
as kortschak
More... almost 9 years ago
search: split functions into separate or related files
Dan Kortschak
as kortschak
More... almost 9 years ago
{graph,search}: move UniformCost and copy functions
Dan Kortschak
as kortschak
More... almost 9 years ago
{network,search}: remove weight parameter
Dan Kortschak
as kortschak
More... almost 9 years ago
search: simplify JohnsonAllPaths due to interface changes
Dan Kortschak
as kortschak
More... almost 9 years ago
all: split directed and undirected from general
Dan Kortschak
as kortschak
More... almost 9 years ago
all: DirectedEdgeList => DirectedEdges
Dan Kortschak
as kortschak
More... almost 9 years ago
all: EdgeList => Edges
Dan Kortschak
as kortschak
More... almost 9 years ago
all: Predecessors => To
Dan Kortschak
as kortschak
More... almost 9 years ago
all: Neighbors => From
Dan Kortschak
as kortschak
More... almost 9 years ago
all: NodeList => Nodes
Dan Kortschak
as kortschak
More... almost 9 years ago
all: NodeExists => Has
Dan Kortschak
as kortschak
More... almost 9 years ago