AlgebraicJulia / AlgebraicJulia/CliqueTrees.jl
Vertices with weight less than one.
Open
- Dominant language
- Julia
- Stars
- 37
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
CliqueTrees.jl lets you input vertex weights along with a graph.
```Julia
label, tree = cliquetree(weights, graph)
```
In principle, a vertex weight can be any nonnegative real number. In practice, CliqueTrees.jl assumes that the weight of each vertex is greater than or equal to one. This assumption is not checked, and violating it can cause mysterious bugs, segmentation faults, etc.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.