Interestingness :

Condensed repres. :

Item constraints :

The FIM_CP System, constraint-based itemset mining.

FIM_CP is the Frequent Itemset Mining system that uses Constraint Programming. It's a very expressive system, in which many of the itemset mining constraints can be formulated in off-the-shelve CP constraints. The systems comes with several models which show how to do this.
It uses Gecode as underlying constraint solver, which is the Generic Constraint Development Environment: an open and efficient solver written in C++.

The Models

The models are divided in several categories, depending on their constraints:

Every model has a link to its source file, ignore the rest of the Doxygen documentation, as it does not capture the structure that most of the models use.