• Donato Meoli's avatar
    changed queue to set in AC3 (#1051) · 7892bea4
    Donato Meoli a écrit
    * changed queue to set in AC3
    
    Changed queue to set in AC3 (as in the pseudocode of the original algorithm) to reduce the number of consistency-check due to the redundancy of the same arcs in queue. For example, on the harder1 configuration of the Sudoku CSP the number consistency-check has been reduced from 40464 to 12562!
    
    * re-added test commented by mistake
    7892bea4