I am a phd student in data mining and i want to use constraint programming to solve pattern mining tasks,
Knowing that constraint programming is based on a tree search, i would like to know if there is a common way to represent the data of a numerical dataset on a tree search. I have only found discrete data represented in a CP tree search:
Example of discrete data representation in a CP tree search:
Corresponding tree representation:
So supposing we have the following numerical dataset:
How can i represent the numerical values (data) into a cp tree search without discretizing my dataset ?