Improving the Performance of maxRPC

08/30/2010
by   Thanasis Balafoutis, et al.
0

Max Restricted Path Consistency (maxRPC) is a local consistency for binary constraints that can achieve considerably stronger pruning than arc consistency. However, existing maxRRC algorithms suffer from overheads and redundancies as they can repeatedly perform many constraint checks without triggering any value deletions. In this paper we propose techniques that can boost the performance of maxRPC algorithms. These include the combined use of two data structures to avoid many redundant constraint checks, and heuristics for the efficient ordering and execution of certain operations. Based on these, we propose two closely related algorithms. The first one which is a maxRPC algorithm with optimal O(end^3) time complexity, displays good performance when used stand-alone, but is expensive to apply during search. The second one approximates maxRPC and has O(en^2d^4) time complexity, but a restricted version with O(end^4) complexity can be very efficient when used during search. Both algorithms have O(ed) space complexity. Experimental results demonstrate that the resulting methods constantly outperform previous algorithms for maxRPC, often by large margins, and constitute a more than viable alternative to arc consistency on many problems.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
08/28/2020

Fast and Work-Optimal Parallel Algorithms for Predicate Detection

Recently, the predicate detection problem was shown to be in the paralle...
research
08/06/2021

Verifying Time Complexity of Binary Search using Dafny

Formal software verification techniques are widely used to specify and p...
research
06/03/2011

Domain Filtering Consistencies

Enforcing local consistencies is one of the main features of constraint ...
research
01/18/2014

Consistency Techniques for Flow-Based Projection-Safe Global Cost Functions in Weighted Constraint Satisfaction

Many combinatorial problems deal with preferences and violations, the go...
research
01/16/2014

Second-Order Consistencies

In this paper, we propose a comprehensive study of second-order consiste...
research
05/15/2017

Exploiting the Pruning Power of Strong Local Consistencies Through Parallelization

Local consistencies stronger than arc consistency have received a lot of...
research
07/13/2020

Strengthening neighbourhood substitution

Domain reduction is an essential tool for solving the constraint satisfa...

Please sign up or login with your details

Forgot password? Click here to reset