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

miguelvelezmj25/min-configs-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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