Algorithm 19. Constraint-Propagation in a Table Representation

NB This algorithm is of order O(n3) in time. Filling a large table can take a very long time. Furthermore, the normalisation algorithm is of order O(n4) in time. Large tables can take a very long time to normalise, and this can require a large quantity of memory.


Source:



Links to Alan Marsden's software page and Alan Marsden's home page