This repository has been archived on 2022-03-31. You can view files and clone it, but cannot push or open issues or pull requests.
heyawake-prolog/resolveur.pl
2021-02-25 20:55:01 +01:00

13 lines
184 B
Perl

/*
width(6).
height(6).
aire(0,0,1,1,2).
aire(2,0,2,2,-1).
aire(3,0,5,1,-1).
aire(0,2,0,4,-1).
aire(1,2,1,3,0).
aire(3,2,5,2,0).
aire(1,4,1,4,1).
aire(2,3,5,5,4).
aire(0,5,1,5,-1).
*/