cmput325-w23-livecoding/asp/1.lp

6 lines
113 B
Plaintext
Raw Normal View History

2023-03-26 14:58:27 -06:00
% Graph colouring
%#show color/2.
%{ color(X,1..n) } = 1 :- vertex(X).
%:- arc(X,Y), color(X,C), color(Y,C).