1994
DOI: 10.1016/0377-2217(94)90379-4
|View full text |Cite
|
Sign up to set email alerts
|

Adjustment of heads and tails for the job-shop problem

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
77
0
4

Year Published

1998
1998
2015
2015

Publication Types

Select...
3
3
3

Relationship

0
9

Authors

Journals

citations
Cited by 190 publications
(81 citation statements)
references
References 10 publications
0
77
0
4
Order By: Relevance
“…The Shaving filtering technique (Carlier and Pinson (1994), Martin and Shmoys (1996)) updates the task time windows by assessing the earliest and latest start times. For each unassigned task t i , at each node, it temporarily assigns t i a starting time (either est i or lst i ) and propagates the assignment using the filtering algorithms (Edge-Finding, etc.).…”
Section: Traditional Constraint Programming Approach ("Heavy Model")mentioning
confidence: 99%
“…The Shaving filtering technique (Carlier and Pinson (1994), Martin and Shmoys (1996)) updates the task time windows by assessing the earliest and latest start times. For each unassigned task t i , at each node, it temporarily assigns t i a starting time (either est i or lst i ) and propagates the assignment using the filtering algorithms (Edge-Finding, etc.).…”
Section: Traditional Constraint Programming Approach ("Heavy Model")mentioning
confidence: 99%
“…We implemented also the NFNL and EF techniques following the algorithms described in [15]. Note that the implementations of EF and NFNL described in that book run in O(N 2 ) but they use much simpler data structures than the theoretically most efficient algorithm described respectively in [3] and [7]. Finally, we modeled the OpenShop Problem as described in the first section with the NFNL, EF and PS or PSB propagators and the AllDifferent constraint.…”
Section: Methodsmentioning
confidence: 99%
“…The more prominent techniques are Edge-Finding (EF) and Not-First-Not-Last (NFNL). Edge-Finding [1][2][3][4] consists in testing whether a particular task must start before or after a set of tasks. It can be implemented with a time complexity of O(N log N ) where N is the number of tasks on one machine or one job.…”
Section: Introductionmentioning
confidence: 99%
“…In this case, each resource can execute at most one activity at a time. For instance, the reader can consult (Baptiste et al, 1998),or (Carlier and Pinson, 1994) for a presentation of the edge-finder algorithm with the lowest worst case complexity so far.…”
Section: Examplesmentioning
confidence: 99%