Skip to content
This repository has been archived by the owner on Feb 9, 2021. It is now read-only.

Latest commit

 

History

History
9 lines (6 loc) · 291 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 291 Bytes

min-configs-generator

Algorithm to discover the minimal set of configurations to satisfy a set of constraints. Derives an optimal solution by reducing the problem to the graph coloring problem on a mutex graph.

Solution by Tillmann Rendel. Original implementation by Christian Kaestner