The exercises of this group are implemented using the standard ECLiPSe-CLP Prolog predicates.
RunLengthEncoding
: Encode and decode a sequence of symbols.Registers
: Move and Swap content between registers.
The exercises of this group are all CSP-based problems, and are solved using the ic
, ic_global
and branch_and_bound
libraries provided by ECLiPSe-CLP.
Max Clique Problem
: Find a clique with the largest possible number of vertices.Liars
: Find out who is liar.Car Sequence
: Place the cars in the right order.Tents
: Place a tent next to a tree, in a NxM matrix.
All exercises are implemented in ECLiPSe-CLP Prolog.