chiark / gitweb /
Use the new matching() for latin.c.
authorSimon Tatham <anakin@pobox.com>
Sun, 22 Apr 2018 12:48:07 +0000 (13:48 +0100)
committerSimon Tatham <anakin@pobox.com>
Sun, 22 Apr 2018 15:45:59 +0000 (16:45 +0100)
commit000ebc50785c5c066465fc17668ae64975188d04
treeaf2fd1836d0512e73a36f1647f466398690c84fa
parent4408476b7584b9a316466fe1bd10867103cddf57
Use the new matching() for latin.c.

The new client code is a lot smaller and nicer, because we can throw
away the col[] and num[] permutations entirely.

Of course, this also means that every puzzle that incorporated latin.c
now has to link against matching.c instead of maxflow.c - but since I
centralised that secondary dependency into Recipe a few commits ago,
it's trivial to switch them all over at once.
Recipe
latin.c