Skip to content

Conversation

@fredrikekre
Copy link
Member

This patch adds the weights keyword argument to Metis.graph to construct
a Metis.Graph with edge weights based on the matrix entries, i.e.:

g = Metis.graph(A; weights=true)

Note that the weights must be integers.

This patch adds the weights keyword argument to Metis.graph to construct
a Metis.Graph with edge weights based on the matrix entries, i.e.:

    g = Metis.graph(A; weights=true)

Note that the weights must be integers.
@fredrikekre fredrikekre force-pushed the fe/sparsematrix-weights branch from 4695bf5 to 9467438 Compare July 12, 2022 08:53
@fredrikekre fredrikekre merged commit 0d1b486 into master Jul 12, 2022
@fredrikekre fredrikekre deleted the fe/sparsematrix-weights branch July 12, 2022 09:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants