One-operator two-machine open shop and flow shop problems are -hard in the ordinary sense even if all the weights are the same. We discuss two different pseudo polynomial dynamic programming recursions for each of the...
详细信息
One-operator two-machine open shop and flow shop problems are -hard in the ordinary sense even if all the weights are the same. We discuss two different pseudo polynomial dynamic programming recursions for each of the open shop and flow shop case. Some of the running times are better than those of the best known algorithms in the literature.
This paper describes a pseudo-polynomial time algorithm for timing analysis of a class of choice-free asynchronous systems, called tightly coupled systems, with both min and max-type timing constraints and bounded com...
详细信息
This paper describes a pseudo-polynomial time algorithm for timing analysis of a class of choice-free asynchronous systems, called tightly coupled systems, with both min and max-type timing constraints and bounded component delays. The algorithm consists of two phases: I) long-term behavior analysis, that computes bounds on the time separation of events after the system has run for a sufficiently long period of time, and 2) startup behavior analysis, that computes time separations between events during an initial startup period after the system is powered up. The results of the analysis are conservative in the worst case;nevertheless, they are found to be exact in our experiments. To demonstrate the practical utility of the approach, an asynchronous differential equation solver chip has been modeled and analyzed using the proposed algorithm. We report results of datapath timing verification, intercontroller protocol timing verification and performance analysis of the chip using the proposed technique.
In this paper the robust shortest path problem in edge series-parallel multidigraphs with interval costs is examined. The maximal regret criterion is applied to calculate the optimal solution. It is shown that this pr...
详细信息
In this paper the robust shortest path problem in edge series-parallel multidigraphs with interval costs is examined. The maximal regret criterion is applied to calculate the optimal solution. It is shown that this problem is NP-hard. A pseudopolynomial algorithm for the studied problem is constructed. (c) 2005 Elsevier B.V. All rights reserved.
We consider a single-machine problem of scheduling n independent jobs to minimize makespan, in which the processing time of job J(j) grows by w(j) with each time unit its start is delayed beyond a given common critica...
详细信息
We consider a single-machine problem of scheduling n independent jobs to minimize makespan, in which the processing time of job J(j) grows by w(j) with each time unit its start is delayed beyond a given common critical date d. This processing time is p(j) if J(j) starts by d. We show that this problem is NP-hard, give a pseudopolynomial algorithm that runs in O(nd Sigma(j=1)(n) P-j) time and O(nd) space, and develop a branch-and-bound algorithm that solves instances with up to 100 jobs in a reasonable amount of time. We also introduce the case of bounded deterioration, where the processing time of a job grows no further if the job starts after a common maximum deterioration date D > d. For this case, we give two pseudopolynomial time algorithms: one runs in O(n(2)d(D - d) Sigma(j=1)(n) p(j)) time and O(nd(D - d)) space, the other runs in O(nd Sigma(j=1)(n) w(j)(Sigma(j=1)(n) p(j))(2)) time and O(nd Sigma(j=1)(n) w(j) Sigma(j=1)(n) p(j)) space. (C) 1998 John Wiley & Sons, Inc. Naval Research Logistics 45: 511-523, 1998.
We discuss the one-machine-model with deterministic processing times. In the first part we restrict the model to the common due date case. In the second part an equivalence between this model and the 'Equal Slack ...
详细信息
We discuss the one-machine-model with deterministic processing times. In the first part we restrict the model to the common due date case. In the second part an equivalence between this model and the 'Equal Slack Due Date' model is shown. As a penalty function F we use the sum of identical functions f of the lateness (both earliness and tardiness). The function f must be monotonous with respect to the absolute lateness. No other restrictions are necessary. Several special cases are known in the literature and summarized here to show the generality of our approach. This idea of penalizing jobs whose completion times deviate from their due date arises in some scheduling models for 'just-in-time' production. We give two structural results for an optimal schedule: An optimal schedule works without idle times except eventually one at time 0 and is 'v-shaped'. Using these two structural results we construct an optimal schedule with a pseudopolynomial algorithm. This algorithm has a complexity bound of O(nP), where P denotes the sum of the given processing times. For a subclass of penalty functions, we extend the pseudopolynomial algorithm to a fully polynomial approximation scheme. The complexity bound for this approximation scheme is of the order O(n3 . (1/epsilon)), where epsilon denotes the relative precision of the approximate solution. As mentioned above we show the equivalence of the 'common due date' problem and the 'equal slack due date' problem. Mathematically these two problems can be expressed as: Common Due Date Rule: d(i):= d for all jobs i, and Equal Slack Rule: d(i):= d + p(i) for all jobs i, where p(i) denotes the given processing time of job i and d is a constant value.
A set of n jobs has to be scheduled on a single machine which can handle only one job at a time. Each job requires a given positive uninterrupted processing time and has a positive weight. The problem is to find a sch...
详细信息
A set of n jobs has to be scheduled on a single machine which can handle only one job at a time. Each job requires a given positive uninterrupted processing time and has a positive weight. The problem is to find a schedule that minimizes the sum of weighted deviations of the job completion times from a given common due date d, which is smaller than the sum of the processing times. We prove that this problem is NP-hard even if all job weights are equal. In addition, we present a pseudopolynomial algorithm that requires O(n2d) time and O(nd) space.
For the two-sided homogeneous linear equation system A circle times x = B circle times y over (max, +), with no infinite rows or columns in A or B, an algorithm is presented which converges to a finite solution from a...
详细信息
For the two-sided homogeneous linear equation system A circle times x = B circle times y over (max, +), with no infinite rows or columns in A or B, an algorithm is presented which converges to a finite solution from any finite starting point whenever a finite solution exists. If the finite elements of A, B are all integers, convergence is in a finite number of steps, for which a precise bound can be calculated if moreover one of A, B has only finite elements. The algorithm is thus pseudopolynomial in complexity. (C) 2002 Elsevier Science B.V. All rights reserved.
An item has probability p0 of not being workable. Before, going into use it has to be controlled by some deliberately chosen checks Ci which costs ci≥0,1≤i≤n. Total checking costs must be not larger than c0>0. I...
详细信息
We study the single pair capacitated network design problem and the budget constrained max flow problem on undirected series-parallel graphs. These problems were well studied on directed seriesparallel graphs, but lit...
详细信息
ISBN:
(纸本)9783031609237;9783031609244
We study the single pair capacitated network design problem and the budget constrained max flow problem on undirected series-parallel graphs. These problems were well studied on directed seriesparallel graphs, but little is known in the context of undirected graphs. The major difference between the cases is that the source and sink of the problem instance do not necessarily coincide with the terminals of the underlying series-parallel graph in the undirected case, thus creating certain complications. We provide pseudopolynomial time algorithms to solve both of the problems and provide an FPTAS for the budget constrained max flow problem. We also provide some extensions, arguing important cases when the problems are polynomial-time solvable, and describing a series-parallel gadget that captures an edge upgrade version of the problems.
In this paper we proved the new properties optimal schedules for unknown strongly NPcomplete scheduling problem of minimizing maximum lateness on a single machine, not allowing preemption. pseudopolynomial implementat...
详细信息
In this paper we proved the new properties optimal schedules for unknown strongly NPcomplete scheduling problem of minimizing maximum lateness on a single machine, not allowing preemption. pseudopolynomial implementation of the general scheme for solving that problem based on these properties is developed.
暂无评论