This work presents a new code for solving the multicommodity network flow problem with a linear or nonlinear objective function considering additional linear side constraints that link arcs of the same or different co...
详细信息
This work presents a new code for solving the multicommodity network flow problem with a linear or nonlinear objective function considering additional linear side constraints that link arcs of the same or different commodities. For the multicommodity network flow problem through primal partitioning the code implements a specialization of Murtagh and Saunders' strategy of dividing the set of variables into basic, nonbasic and superbasic. Several tests are reported, using random problems obtained from different network generators and real problems arising from the fields of long and short-term hydrothermal scheduling of electricity generation and traffic assignment, with sizes of up to 150 000 variables and 45 000 constraints. The performance of the code developed is compared to that of alternative methodologies for solving the same problems: a general purpose linear and nonlinear constrained optimization code, a specialised linear multicommodity network flow code and a primal-dual interior point coda.
In this paper, we present a mathematical formulation of a terminal layout problem in the design of a centralized communication network with unreliable links and node outage costs. The node outage cost associated with ...
详细信息
In this paper, we present a mathematical formulation of a terminal layout problem in the design of a centralized communication network with unreliable links and node outage costs. The node outage cost associated with a terminal node is a cost incurred by the network user whenever that terminal node is unable to communicate with the central node due to failure of a link. We suggest a two-phase heuristic with a time complexity of O(N3) to solve the problem. We also present a Lagrangean relaxation method to find the lower bound of the objective function value. The lower bound given by the Lagrangean relaxation method is used to estimate the quality of the solution given by the two-phase heuristic. Experimental results over a wide range of problem structures show that the average solution given by the two-phase heuristic is within 10% of the optimal objective function value.
The paper deals with the fixed-time traffic control problem, which consists of finding a periodic schedule for the signals controlling the vehicular traffic in a system of intersections. A traffic model is used which ...
详细信息
The paper deals with the fixed-time traffic control problem, which consists of finding a periodic schedule for the signals controlling the vehicular traffic in a system of intersections. A traffic model is used which allows for constraints on green durations, conflicts and coordinations. The resulting mathematical model is formulated as an extension of the feasible differential problem of network flow theory over a special graph associated with the intersection system. The fixed-time traffic control problem is proved to be NP-complete in general. A specialized algorithm is proposed for its solution; moreover, an alternative solution method based on mixed-integer linear programming is given. Finally, a real example is modelled and solved.
In the last decade, many calculi for modelling distributed mobile code have been proposed. To assess their merits and encourage use, implementations of the calculi have often been proposed. These implementations usual...
详细信息
In the last decade, many calculi for modelling distributed mobile code have been proposed. To assess their merits and encourage use, implementations of the calculi have often been proposed. These implementations usually consist of a limited part dealing with mechanisms that are specific of the proposed calculus and of a significantly larger part handling recurrent mechanisms that are common to many calculi. Nevertheless, also the "classic" parts are often re-implemented from scratch. In this paper we show how to implement a well established representative of the family of mobile calculi, the distributed pi-calculus, by using a Java middleware (called IMC - Implementing Mobile Calculi) where recurrent mechanisms of distributed and mobile systems are already implemented. By means of the case study, we illustrate a methodology to accelerate the development of prototype implementations while concentrating only on the features that are specific of the calculus under consideration and relying on the common framework for all the recurrent mechanisms like network connections, code mobility, name handling, etc.
This paper presents a new algorithm for finding the shortest path from a source to a single sink in a network, in which the location in the plane of each node is known. The algorithm consists of two phases. In the fir...
详细信息
This paper presents a new algorithm for finding the shortest path from a source to a single sink in a network, in which the location in the plane of each node is known. The algorithm consists of two phases. In the first phase a heuristic solution to the shortest path problem is found. In the second phase the upper bound provided by the heuristic solution is utilized in a modification of a standard shortest path algorithm. Estimates based on computational tests show that on average the computation time of the presented algorithm is on the order of 40-60% of the computation time required if the information on node locations is not utilized.
The performance, reliability, cost, size and energy usage of computing systems can be improved by one or more orders of magnitude by the systematic use of modern control and optimization methods. Computing systems rel...
详细信息
Applications of dynamic programming (DP) to multicriteria sequential decision problems involving the optimization of a multicriteria preference function have been rare. This is due to the ease with which DP's mono...
详细信息
Applications of dynamic programming (DP) to multicriteria sequential decision problems involving the optimization of a multicriteria preference function have been rare. This is due to the ease with which DP's monotonicity assumption can be violated in such situations. Generalized DP avoids the potential pitfalls created by this absence of monotonicity, thereby guaranteeing optimality. The methodology is applied to a prototypical multicriteria DP problem, namely a multicriteria version of the shortest path problem. [ABSTRACT FROM AUTHOR]
We consider a time-varying network without parallel arcs and loops, where a flow must take a certain time to traverse an are. The transit time on an are and the capacity of an are are all time-varying parameters, whic...
详细信息
We consider a time-varying network without parallel arcs and loops, where a flow must take a certain time to traverse an are. The transit time on an are and the capacity of an are are all time-varying parameters, which depend on the departure time to traverse the are. To depart at the best time, a flow can wait at the beginning vertex of an are, which is however limited by a time-varying vertex capacity. All those parameters, namely, the transit time, the are capacity, and the vertex capacity, are discrete functions of time t. The problem is to find an optimal solution to send the maximum flow from the source vertex to the sink vertex, within a given time T. Moreover, we address the so-called universal maximum flow problem, which is to find a solution that remains optimal when the time limit T is truncated to any t less than or equal to T. We consider three variants of the problem, with waiting at a vertex being arbitrarily allowed, strictly prohibited, and bounded, respectively. Relevant algorithms are proposed, which can find optimal solutions in pseudopolynomial time. (C) 2001 Elsevier Science Ltd. All rights reserved.
Despite the efficiency shown by interior-point methods in large-scale linear programming, they usually perform poorly when applied to multicommodity ow problems. The new specialized interior-point algorithm presented ...
详细信息
Despite the efficiency shown by interior-point methods in large-scale linear programming, they usually perform poorly when applied to multicommodity ow problems. The new specialized interior-point algorithm presented here overcomes this drawback. This specialization uses both a preconditioned conjugate gradient solver and a sparse Cholesky factorization to solve a linear system of equations at each iteration of the algorithm. The ad hoc preconditioner developed by exploiting the structure of the problem is instrumental in ensuring the efficiency of the method. An implementation of the algorithm is compared to state-of-the-art packages for multicommodity flows. The computational experiments were carried out using an extensive set of test problems, with sizes of up to 700,000 variables and 150,000 constraints. The results show the effectiveness of the algorithm.
Given n demand points on a plane, the problem we consider is to locate a given number, m, of facilities on the plane so that the maximum of the set of rectilinear distances of each demand point to its nearest facility...
详细信息
Given n demand points on a plane, the problem we consider is to locate a given number, m, of facilities on the plane so that the maximum of the set of rectilinear distances of each demand point to its nearest facility is minimized. This problem is known as the m-center problem on the plane. A related problem seeks to determine, for a given r, the minimum number of facilities and their locations so as to ensure that every point is within r units of rectilinear distance from its nearest facility. We formulate the latter problem as a problem of covering nodes by cliques of an intersection graph. Certain bounds are established on the size of the problem. An efficient algorithm is provided to generate this set-covering problem. Computational results with this approach are summarized. [ABSTRACT FROM AUTHOR]
暂无评论