Skip to content

Vertices with weight less than one. #8

Description

@samuelsonric

CliqueTrees.jl lets you input vertex weights along with a graph.

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions