this paper describes a new hybrid algorithm for a multicast network design application. the problem consists of finding a minimum-cost topology and link dimensions subject to capacity and multicast routing constraints...
详细信息
ISBN:
(纸本)3540232419
this paper describes a new hybrid algorithm for a multicast network design application. the problem consists of finding a minimum-cost topology and link dimensions subject to capacity and multicast routing constraints. the algorithm exploits Lagrange Decomposition (LD) to yield separable subproblems. Each subproblem has a constraintprogramming relaxation. We derive a sharper cost bound and stronger cost-based filtering rules. the results indicate that our solver outperforms the pure LD approach.
We study a family of problems, called Maximum Solution, where the objective is to maximize a linear goal function over the feasible integer assignments to a set of variables subject to a set of constraints. When the d...
详细信息
We study a family of problems, called Maximum Solution, where the objective is to maximize a linear goal function over the feasible integer assignments to a set of variables subject to a set of constraints. When the domain is Boolean (i.e., restricted to {0, 1}), the maximum solution problem is identical to the well-studied MAX ONES problem, and the approximability is completely understood for all restrictions on the underlying constraints [S. Khanna, M. Sudan, L. Trevisan, and D. P. Williamson, SIAM J. Comput., 30 (2001), pp. 1863-1920]. We continue this line of research by considering domains containing more than two elements. We present two main results: a complete classification for the approximability of all maximal constraint languages over domains of cardinality at most 4, and a complete classification of the approximability of the problem when the set of allowed constraints contains all permutation constraints. Under the assumption that a conjecture due to Szczepara [Minimal Clones Generated by Groupoids, Ph. D. thesis, Universite de Montreal, Montreal, QC, 1996] holds, we give a complete classification for all maximal constraint languages. these classes of languages are well studied in universal algebra and computer science;they have, for instance, been considered in connection with machine learning and constraint satisfaction. Our results are proved by using algebraic results from clone theory, and the results indicate that this approach is very powerful for classifying the approximability of certain optimization problems.
Siu et al. propose stream CSPs (St-CSPs) as a generalisation of finite domain CSPs to cater for constraints on infinite streams, and a solving algorithm that produces a deterministic Buchi automaton recognising the so...
详细信息
ISBN:
(纸本)9783319104287;9783319104270
Siu et al. propose stream CSPs (St-CSPs) as a generalisation of finite domain CSPs to cater for constraints on infinite streams, and a solving algorithm that produces a deterministic Buchi automaton recognising the solution language. As a novel application, we demonstrate how St-CSPs can model mathematically and generate a PID controller for driving a self-balancing tray and an inverted pendulum in real-time. We propose and give formally the correctness of an improvement to the implementation that eliminates numerous unnecessary states in the solution automaton for St-CSPs involving the first temporal operator, thereby reducing solving time. We give two St-CSP examples that can benefit from our new implementation techniques. Our approach always generates a solution automaton not bigger than, but potentially exponentially smaller than, that produced by the original implementation. Experimental results show substantial improvements.
It is known that the multiplication of an N ×M matrix with an M ×P matrix can be performed using fewer multiplications than what the naive NMP approach suggests. the most famous instance of this is Strassen&...
详细信息
Stochastic constraint Satisfaction Problems (SCSPs) are a powerful modeling framework for problems under uncertainty. To solve them is a P-Space task. the only solution approach to date compiles down SCSPs into classi...
详细信息
ISBN:
(纸本)9783642042430
Stochastic constraint Satisfaction Problems (SCSPs) are a powerful modeling framework for problems under uncertainty. To solve them is a P-Space task. the only solution approach to date compiles down SCSPs into classical CSPs. this allows the rouse of classical constraint solvers to solve SCSPs, but at the cost of increased space requirements and weak constraint propagation. this paper tries to overcome some of these drawbacks by automatically synthesizing filtering algorithms for global chance-constraints. these filtering algorithms are parameterized by propagators for the deterministic version of the chance-constraints. this approach allows the rouse of existing propagators in current, constraint solvers and it enhances constraint propagation. Experiments show the benefits of this novel approach.
In this paper, we propose a general technique for removing symmetries in CSPs during search. the idea is to record no-goods, during the exploration of the search tree, whose symmetric counterpart (if any) should be re...
详细信息
From a theoretical viewpoint, the (tree-) decomposition methods offer a good approach for solving constraint Satisfaction Problems (CSPs) when their (tree)-width is small. In this case, they have often shown their pra...
详细信息
ISBN:
(纸本)9783319104287;9783319104270
From a theoretical viewpoint, the (tree-) decomposition methods offer a good approach for solving constraint Satisfaction Problems (CSPs) when their (tree)-width is small. In this case, they have often shown their practical interest. So, the literature (coming from Mathematics or AI) has concentrated its efforts on the minimization of a single parameter, the tree-width. Nevertheless, experimental studies have shown that this parameter is not always the most relevant to consider for solving CSPs. In this paper, we experimentally show that the decomposition algorithms of the state of the art produce clusters (a tree-decomposition is a tree of clusters) having several connected components. then we highlight that such clusters create a real problem for the efficiency of solving methods. To avoid this kind of problem, we consider here a new kind of graph decomposition called Bag-Connected Tree-Decomposition, which considers only tree-decompositions such that each cluster is connected. We propose a first polynomial time algorithm to find such decompositions. Finally, we show experimentally that using these bag-connected tree-decompositions improves significantly the solving of CSPs by decomposition methods.
We contribute to the algebraic study of the complexity of constraint satisfaction problems. We give a new sufficient condition on a set of relations F over a domain S for the tractability of CSP(Gamma): if S is a bloc...
详细信息
ISBN:
(纸本)3540292381
We contribute to the algebraic study of the complexity of constraint satisfaction problems. We give a new sufficient condition on a set of relations F over a domain S for the tractability of CSP(Gamma): if S is a block-group (a particular class of semigroups) of exponent omega and Gamma is a set of relations over S preserved by the operation defined by the polynomial f(x, y, z) = xy(omega-1)z over S, then CSP (F) is tractable. this theorem strictly improves on results of Feder and Vardi and Bulatov et al. and we demonstrate it by reproving an upper bound of Klima et al. We also investigate systematically the tractability of CSP(Gamma) when Gamma is a set of relations closed under operations that are all expressible as polynomials over a finite semigroup S. In particular, if S is a nilpotent group, we show that CSP(F) is tractable iff one of these polynomials defines a Malt'sev operation, and conjecture that this holds for all groups.
this book constitutes the refereed conference proceedings of the 20thinternationalconference on principles and practice of constraintprogramming, cp 2014, held in Lyon, France, in September 2014.;the 65 revised pap...
详细信息
ISBN:
(数字)9783319104287
ISBN:
(纸本)9783319104270
this book constitutes the refereed conference proceedings of the 20thinternationalconference on principles and practice of constraintprogramming, cp 2014, held in Lyon, France, in September 2014.;the 65 revised papers presented together with 4 invited talks were carefully selected from 108 submissions. the scope of cp 2014 includes all aspects of computing withconstraints, including theory, algorithms, environments, languages, models, systems, and applications such as decision making, resource allocation, and agreement technologies.
In the context of CSPs, a strong backdoor is a subset of variables such that every complete assignment yields a residual instance guaranteed to have a specified property. If the property allows efficient solving, then...
详细信息
ISBN:
(纸本)9783319104287;9783319104270
In the context of CSPs, a strong backdoor is a subset of variables such that every complete assignment yields a residual instance guaranteed to have a specified property. If the property allows efficient solving, then a small strong backdoor provides a reasonable decomposition of the original instance into easy instances. An important challenge is the design of algorithms that can find quickly a small strong backdoor if one exists. We present a systematic study of the parameterized complexity of backdoor detection when the target property is a restricted type of constraint language defined by means of a family of polymorphisms. In particular, we show that under the weak assumption that the polymorphisms are idempotent, the problem is unlikely to be FPT when the parameter is either r (the constraint arity) or k (the size of the backdoor) unless P = NP or FPT = W[2]. When the parameter is k + r, however, we are able to identify large classes of languages for which the problem of finding a small backdoor is FPT.
暂无评论