Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.11k stars 151 forks source link

Add option to specify preset colors to graph_greedy_color #1060

Closed mtreinish closed 9 months ago

mtreinish commented 9 months ago

This commit adds a new argument to the graph_greed_color function, which enables a user to provide a callback function that specifies a color to use for particular nodes.

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7603983625


Totals Coverage Status
Change from base Build 7602410384: -0.03%
Covered Lines: 16136
Relevant Lines: 16818

💛 - Coveralls