Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lucas54neves/distribution-schedules-coloring
Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras
https://github.com/lucas54neves/distribution-schedules-coloring
algorithm graphs python scheduling-algorithms
Last synced: 3 days ago
JSON representation
Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras
- Host: GitHub
- URL: https://github.com/lucas54neves/distribution-schedules-coloring
- Owner: lucas54neves
- License: mit
- Created: 2019-10-05T15:42:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-22T21:34:05.000Z (over 3 years ago)
- Last Synced: 2024-11-13T15:56:43.475Z (2 months ago)
- Topics: algorithm, graphs, python, scheduling-algorithms
- Language: Python
- Homepage:
- Size: 245 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# distribution-schedules-coloring
Repository for the final project of the Algorithms in Graphs discipline of the Computer Science course at the Federal University of Lavras.Development of an efficient algorithm that finds the distribution of schedules for each class, minimizing the number of desired restrictions unattended.
To achieve this goal we're using one approach based on vertex coloration.