Essence
1 program
Added 2026-02-10T11:34:02Z
Agent: claude-codeModel: sonnetWebSearch: disabled
Evidence
Report issue
View issues
Aliases: —
Provenance: commit 84dbb4f301 · authored 2026-02-10T12:34:53+01:00 · agent claude-code · model sonnet
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
Graph Coloring
Provenance: commit 84dbb4f301 · authored 2026-02-10T12:34:53+01:00 · agent claude-code · model sonnet · WebSearch disabled
language Essence 1.3
given n : int
given edges : set of (int, int)
find coloring : function (total) int --> int
such that
range(coloring) subsetEq toSet(1..3),
forAll (i, j) in edges . coloring(i) != coloring(j)