Class | Description |
---|---|
AlgoAllDiffAC |
Algorithm of Alldifferent with AC
Uses Regin algorithm
Runs in O(m.n) worst case time for the initial propagation
but has a good average behavior in practice
Keeps track of previous matching for further calls
|
AlgoAllDiffBC |
Copyright © 2018. All rights reserved.