MHenderson / vizing

Constraint-based list-colouring in Python
https://pypi.org/project/vizing/
0 stars 0 forks source link

Implement edge list-colouring for directed graphs. #28

Closed MHenderson closed 1 day ago

MHenderson commented 1 day ago

This involves adding a directed option to both the solution and problem functions for edge list-colouring and adding extra constraints for in- as well as out-edges to the constraint model.