Search results for "Modeling and Simulation"

showing 10 items of 1561 documents

A GRASP/Path Relinking algorithm for two- and three-dimensional multiple bin-size bin packing problems

2013

The three-dimensional multiple bin-size bin packing problem, MBSBPP, is the problem of packing a set of boxes into a set of bins when several types of bins of different sizes and costs are available and the objective is to minimize the total cost of bins used for packing the boxes. First we propose a GRASP algorithm, including a constructive procedure, a postprocessing phase and some improvement moves. The best solutions obtained are then combined into a Path Relinking procedure for which we have developed three versions: static, dynamic and evolutionary. An extensive computational study, using two- and three-dimensional instances, shows the relative efficiency of the alternatives considere…

Mathematical optimizationGeneral Computer ScienceBin packing problemGRASPPhase (waves)Management Science and Operations ResearchConstructiveBinSet (abstract data type)Modeling and SimulationPath (graph theory)HeuristicsAlgorithmMathematicsComputers & Operations Research
researchProduct

A cutting plane algorithm for the capacitated arc routing problem

2003

The Capacitated Arc Routing Problem (CARP) consists of finding a set of minimum cost routes that service all the positive-demand edges of a given graph, subject to capacity restrictions.In this paper, we introduce some new valid inequalities for the CARP. We have designed and implemented a cutting plane algorithm for this problem based on these new inequalities and some other which were already known. Several identification algorithms have been developed for all these valid inequalities. This cutting plane algorithm has been applied to three sets of instances taken from the literature as well as to a new set of instances with real data, and the resulting lower bound was optimal in 47 out of…

Mathematical optimizationGeneral Computer ScienceBounding overwatchModeling and SimulationGraph (abstract data type)Management Science and Operations ResearchUpper and lower boundsAlgorithmArc routingCutting plane algorithmMathematicsComputers & Operations Research
researchProduct

Heuristics for the Mixed Rural Postman Problem

2000

Abstract The Rural Postman Problem on a mixed graph (MRPP) consists of finding a minimum cost tour which traverses, at least once, the arcs and edges of a given subset of the arcs and edges of the graph. This problem is known to be NP-hard. This paper presents two heuristic approaches to solve it. An approximate algorithm based on the resolution of some flow and matching problems and a tabu search implementation is presented. The tabu search algorithm seeks high-quality tours by means of a switching mechanism in an intensification phase and two levels of diversification. Computational results are presented to assess the merits of the method. Scope and purpose Routing Problems arise in sever…

Mathematical optimizationGeneral Computer ScienceComputer scienceHeuristicMixed graphManagement Science and Operations ResearchFlow networkGraphTabu searchRoute inspection problemModeling and SimulationGraph (abstract data type)HeuristicsArc routingMetaheuristicComputers & Operations Research
researchProduct

A tabu search algorithm for large-scale guillotine (un)constrained two-dimensional cutting problems

2002

Abstract In this paper we develop several heuristic algorithms for the two-dimensional cutting problem (TDC) in which a single stock sheet has to be cut into a set of small pieces, while maximising the value of the pieces cut. They can be considered to be general purpose algorithms because they solve the four versions of the TDC: weighted and unweighted, constrained and unconstrained. We begin by proposing two constructive procedures based on simple bounds obtained by solving one-dimensional knapsack problems. We then use these constructive algorithms as building blocks for more complex procedures. We have developed a greedy randomised adaptive search procedure (GRASP) which is very fast an…

Mathematical optimizationGeneral Computer ScienceGRASPSearch procedureManagement Science and Operations ResearchConstructiveTabu searchCutting stock problemKnapsack problemModeling and SimulationConstructive algorithmsHeuristicsAlgorithmMathematicsComputers & Operations Research
researchProduct

An efficient variable neighborhood search heuristic for very large scale vehicle routing problems

2007

In this paper, we present an efficient variable neighborhood search heuristic for the capacitated vehicle routing problem. The objective is to design least cost routes for a fleet of identically capacitated vehicles to service geographically scattered customers with known demands. The variable neighborhood search procedure is used to guide a set of standard improvement heuristics. In addition, a strategy reminiscent of the guided local search metaheuristic is used to help escape local minima. The developed solution method is specifically aimed at solving very large scale real-life vehicle routing problems. To speed up the method and cut down memory usage, new implementation concepts are use…

Mathematical optimizationGeneral Computer ScienceHeuristic (computer science)HeuristicComputer sciencebusiness.industryManagement Science and Operations ResearchModeling and SimulationVehicle routing problemGuided Local SearchLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMetaheuristicVariable neighborhood searchComputers & Operations Research
researchProduct

GRASP for the uncapacitated r-allocation p-hub median problem

2014

In this paper we propose a heuristic for the Uncapacitated r-Allocation p-Hub Median Problem. In the classical p-hub location problem, given a set of nodes with pairwise traffic demands, we must select p of them as hub locations and route all traffics through them at a minimum cost. We target here an extension, called the r-allocation p-hub median problem, recently proposed by Yaman [19], in which every node is assigned to r of the p selected hubs (r@?p) and we are restricted to route the traffic of the nodes through their associated r hubs. As it is usual in this type of problems, our method has three phases: location, assignment and routing. Specifically, we propose a heuristic based on t…

Mathematical optimizationGeneral Computer ScienceHeuristic (computer science)business.industryNode (networking)GRASPManagement Science and Operations ResearchModeling and SimulationCombinatorial optimizationPairwise comparisonLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMathematicsComputers & Operations Research
researchProduct

Best compromise solution for a new multiobjective scheduling problem

2006

In future wireless networks, a mobile terminal will be able to communicate with a service provider using several network connections. These connections to networks will have different properties and they will be priced separately. In order to minimize the total communication time and the total transmission costs, an automatic method for selecting the network connections is needed. Here, we describe the network connection selection problem and formulate it mathematically. We discuss solving the problem and analyse different multiobjective optimization approaches for it.

Mathematical optimizationGeneral Computer ScienceJob shop schedulingWireless networkComputer scienceModeling and SimulationManagement Science and Operations ResearchService providerTransmission timeMulti-objective optimizationTelecommunications networkAssignment problemScheduling (computing)Computers & Operations Research
researchProduct

A branch-and-cut algorithm for the pallet loading problem

2005

We propose a branch-and-cut algorithm for the pallet loading problem. The 0-1 formulation proposed by Beasley for cutting problems is adapted to the problem, adding new constraints and new procedures for variable reduction. We then take advantage of the relationship between this problem and the maximum independent set problem to use the partial linear description of its associated polyhedron. Finally, we exploit the specific structure of our problem to define the solution graph and to develop efficient separation procedures. We present computational results for the complete sets Cover I (up to 50 boxes) and Cover II (up to 100 boxes).

Mathematical optimizationGeneral Computer ScienceManagement Science and Operations ResearchReduction (complexity)PolyhedronCover (topology)Cutting stock problemModeling and SimulationIndependent setGraph (abstract data type)PalletBranch and cutAlgorithmMathematicsComputers & Operations Research
researchProduct

A double genetic algorithm for the MRCPSP/max

2011

This paper presents a heuristic solution procedure for a very general resource-constrained project scheduling problem. Here, multiple execution modes are available for the individual activities of the project. In addition, minimum as well as maximum time lags between different activities may be given. The objective is to determine a mode and a start time for each activity such that the temporal and resource constraints are met and the project duration is minimised. Project scheduling problems of this type occur e.g. in process industries. The heuristic is a two-phased genetic algorithm with different representation, fitness, crossover operator, etc., in each of them. One of the contribution…

Mathematical optimizationGeneral Computer ScienceOperations researchHeuristicbusiness.industryComputer scienceCrossoverSchedule (project management)Management Science and Operations ResearchWork in processScheduling (computing)Modeling and SimulationGenetic algorithmResource managementProject managementbusinessComputers & Operations Research
researchProduct

Active-guided evolution strategies for large-scale capacitated vehicle routing problems

2007

We present an adaptation of the active-guided evolution strategies metaheuristic for the capacitated vehicle routing problem. The capacitated vehicle routing problem is a classical problem in operations research in which a set of minimum total cost routes must be determined for a fleet of identical capacitated vehicles in order to service a number of demand or supply points. The applied metaheuristic combines the strengths of the well-known guided local search and evolution strategies metaheuristics into an iterative two-stage procedure. The computational experiments were carried out on a set of 76 benchmark problems. The results demonstrate that the suggested method is highly competitive, …

Mathematical optimizationGeneral Computer ScienceOperations researchIterative methodbusiness.industryComputer scienceManagement Science and Operations ResearchModeling and SimulationVehicle routing problemBenchmark (computing)Guided Local SearchLocal search (optimization)Routing (electronic design automation)HeuristicsbusinessMetaheuristicComputers & Operations Research
researchProduct