The platform will undergo maintenance on Sep 14 at about 7:45 AM EST and will be unavailable for approximately 2 hours.
2012
DOI: 10.1007/s10601-012-9119-x
|View full text |Cite
|
Sign up to set email alerts
|

Improved filtering for weighted circuit constraints

Abstract: We study the weighted circuit constraint in the context of constraint programming. It appears as a substructure in many practical applications, particularly routing problems. We propose a domain filtering algorithm for the weighted circuit constraint that is based on the 1-tree relaxation of Held and Karp. In addition, we study domain filtering based on an additive bounding procedure that combines the 1-tree relaxation with the assignment problem relaxation. Experimental results on Traveling Salesman Problem i… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

1
66
0

Year Published

2013
2013
2023
2023

Publication Types

Select...
8
1

Relationship

2
7

Authors

Journals

citations
Cited by 33 publications
(72 citation statements)
references
References 43 publications
1
66
0
Order By: Relevance
“…We note that Lagrangian relaxations have been applied before in the context of CP, see for example [16,17,18,19,20,21,22,23]. Our results further strengthen the idea that Lagrangian relaxations are a particularly useful method from operations research for enhancing the inference process of constraint programming.…”
Section: Introductionsupporting
confidence: 76%
“…We note that Lagrangian relaxations have been applied before in the context of CP, see for example [16,17,18,19,20,21,22,23]. Our results further strengthen the idea that Lagrangian relaxations are a particularly useful method from operations research for enhancing the inference process of constraint programming.…”
Section: Introductionsupporting
confidence: 76%
“…Reasoning on successors is in fact complementary with reasoning on a prev/ next graph. In future work we plan to improve our constraint propagation by calculating tighter bounds for the TDTSP by using Minimum Spanning Trees or Assignment Problem relaxations on the prev/next graph, extending the approaches described in [15,6,12]. We also want to see if the successor relations stored in the precedence graph can be exploited in this context.…”
Section: Discussionmentioning
confidence: 99%
“…We present here a TDTSP model adapted from the classic CP model used to solve the TSP (see [6]). We added variables time[i], which give the arrival time at each vertex i, and modified constraints to take into account the fact that a duration D i is associated with every vertex i, and that travel durations are time-dependent.…”
Section: Cp Modelmentioning
confidence: 99%
“…Moreover, according to the upper bound of Z, some edges can be discarded because they cannot be part of a solution. This filtering is based on computing a reduced cost for each arc (i, j) not in the solution of AP (G * ), i.e., the minimum increase of the overall cost for setting N ext i to j (see [2,7]). For instance, with ub(Z) = 40, edges (8,10) and (9, 11) could be eliminated.…”
Section: Weightedsubcircuitsmentioning
confidence: 99%