Sciweavers

717 search results - page 46 / 72
» Weak-Commitment Search for Solving Constraint Satisfaction P...
Sort
View
117 views 112 votes 15 years 5 months ago  CP 2000»
Most of complete search algorithms over Constraint Satisfaction Problems (csp) are based on Standard Backtracking. Two main enhancements of this basic scheme have been proposed : r...
113 views 115 votes 15 years 7 months ago  CP 2004»
Abstract. One of the most appealing features of constraint programming is its rich constraint language for expressing combinatorial optimization problems. This paper demonstrates t...
78 views 91 votes 15 years 6 months ago  CP 2003»
Abstract. The Quasigroup Completion Problem (QCP) is a very challenging benchmark among combinatorial problems, and the focus of much recent interest in the area of constraint prog...
248 views 112 votes 14 years 8 months ago  CONSTRAINTS 2011»
The Steel Mill Slab Problem is an optimization benchmark that has been studied for a long time in the constraint-programming community but was only solved efficiently in the two l...
87 views 98 votes 15 years 7 months ago  CPAIOR 2004»
To improve solution robustness, we introduce the concept of super solutions to constraint programming. An (a, b)-super solution is one in which if a variables lose their values, th...
112 views 120 votes 15 years 3 months ago  AAAI 2008»
Hybrid Scheduling Problems (HSPs) contain both temporal and finite-domain variables, as well as constraints between them. A hybrid constraint over temporal and finite-domain varia...
119 views 120 votes 15 years 7 months ago  CSCLP 2004»
We propose an improved restart strategy for randomized backtrack search, and evaluate its performance by comparing to other heuristic and stochastic search techniques for solving r...
115 views 95 votes 16 years 1 months ago  RECOMB 2004»
In this paper we describe an algorithm for the localization of structured models, i.e. sequences of (simple) motifs and distance constraints. It basically combines standard patter...
137 views 105 votes 15 years 5 months ago  ECAI 2006»
Abstract. A well-known difficulty with solving Constraint Satisfaction Problems (CSPs) is that, while one formulation of a CSP may enable a solver to solve it quickly, a different ...
100 views 115 votes 15 years 2 months ago  AAAI 1994»
A constraint satisfaction problem (CSP) is a problem to find an assignment that satisfies given constraints. An interesting approach to CSP is a repair-based method that first gen...