ICORES 2022 Abstracts


Area 1 - Methodologies and Technologies

Full Papers
Paper Nr: 4
Title:

Optimal 1-Request Insertion for the Pickup and Delivery Problem with Transfers and Time Horizon

Authors:

José-L. Figueroa, Alain Quilliot, Hélène Toussaint and Annegret Wagler

Abstract: In this paper, we deal with a subproblem of the Pickup and Delivery Problem with Transfers (PDPT) where a finite set of transportation requests has been assigned to a homogeneous fleet of limited capacity vehicles, while satisfying some constraints imposed by a set of pre-scheduled tours. Then, a new transportation request appears, and we also have to serve it. For that, we can modify the current tours by performing a finite sequence of changes allowing to pick up, transport, transfer or deliver this new request. The resulting tours must serve all the requests and satisfy the original constraints, but within a given time horizon. To solve this problem, we present an empirical Dijkstra algorithm that computes tentative solutions whose consistence is checked through constraint propagation, and an exact algorithm which is an adaptation of the well-known A* algorithm for robot planning, that performs an exhaustive search in a tree of partial solutions and reduces the combinatorial explosion by pruning some unfeasible/redundant tree nodes. We conclude by comparing the performance of both algorithms.
Download

Paper Nr: 6
Title:

Solver-based Approaches for Robust Multi-index Selection Problems with Stochastic Workloads and Reconfiguration Costs

Authors:

Marcel Weisgut, Leonardo Hübscher, Oliver Nordemann and Rainer Schlosser

Abstract: Fast processing of database queries is a primary goal of database systems. Indexes are a crucial means for the physical design to reduce the execution times of database queries significantly. Therefore, it is of great interest to determine an efficient selection of indexes for a database management system (DBMS). However, as indexes cause additional memory consumption and the storage capacity of databases is limited, index selection problems are highly challenging. In this paper, we consider a basic index selection problem and address additional features, such as (i) multiple potential workloads, (ii) different risk-averse objectives, (iii) multi-index configurations, and (iv) reconfiguration costs. For the different problem extensions, we propose specific model formulations, which can be solved efficiently using solver-based solution techniques. The applicability of our concepts is demonstrated using reproducible synthetic datasets.
Download

Paper Nr: 8
Title:

Solving Linear Programming While Tackling Number Representation Issues

Authors:

Adrien Chan-Hon-Tong

Abstract: Gaussian elimination is known to be exponential when done naively. Indeed, theoretically, it is required to take care of the intermediary numbers encountered during an algorithm, in particular of their binary sizes. However, this point is weakly tackled for linear programming in state of the art. Thus, this paper introduces a new polynomial times algorithm for linear programming focusing on this point: this algorithm offers an explicit strategy to deal with all number representation issues. One key feature which makes this Newton based algorithm more compliant with binary considerations is that the optimization is performed in the so-called first phase of Newton descent and not in the so-called second phase like in the state of the art.
Download

Paper Nr: 15
Title:

Queueing Analysis and Nash Equilibria in an Unobservable Taxi-passenger System with Two Types of Passenger

Authors:

Hung Q. Nguyen and Tuan Phung-Duc

Abstract: This paper considers an unobservable double-ended queueing system motivated by the application of a taxi station where passengers and taxis arrive at two sides of the queue, and there are two types of passengers, differentiated by their mean matching times with taxis. We use a three-dimensional Markov chain to model the system and derive several system performance measures (mean queue lengths, waiting times and social welfare). Furthermore, when agents are strategic, we model the system as a multi-population game among three populations of agents and find their joining rates in equilibrium.
Download

Paper Nr: 21
Title:

Outpatient Diversion using Real-time Length-of-Stay Predictions

Authors:

Najiya Fatma and Varun Ramamohan

Abstract: In this work, we show how real-time length-of-stay (LOS) predictions can be used to divert outpatients from their assigned facility to other facilities with lesser congestion. We illustrate the implementation of this diversion mechanism for two primary health centers (PHCs), wherein we divert patients from their assigned PHC to the other PHC based on their predicted LOSs in both facilities. We develop a discrete-event simulation model of patient flow operations at these two PHCs in an Indian district and observe significantly longer LOSs at one of the PHCs due to disparities in the patient loads across both PHCs. We first determine the expected LOS of the patient at the point in time at which they are expected to arrive at a PHC using system state information recorded at the current time at the PHC in question. The real-time LOS predictions are generated by estimating patient wait times on a real-time basis at the queueing subsystems within the PHC. We then divert the patient to the appropriate PHC on the basis of the predicted LOS estimates at both PHCs, and show through simulation that the proposed framework leads to more equitable utilization of resources involved in provision of outpatient care.
Download

Paper Nr: 39
Title:

Management of Groups of Passengers on Buses Considering the Restrictions of COVID-19

Authors:

Francesca Guerriero, Martina Luzzi and Giusy Macrina

Abstract: During the epidemiological emergency, the measures adopted by the governments to contain the spread of the virus have caused heavy changes in the passenger transportation sector. In this work, we address the problem of managing groups of passengers on buses considering COVID-19-related restrictions. We propose a linear integer programming model to represent mathematically the bus group assignment problem, whose main aim is to make the best seat-passenger assignment, in such a way that the social distancing constraints, imposed for containing the spread of COVID-19, are satisfied. The developed formulation, accordingly to the current Italian rules, considers not only the physical distancing among passengers, but also the possibility to allocate household groups close to one another. The proposed model is tested empirically considering a real case study of a bus company operating in Italy. The computational results reveal that our model could help the transportation company to effectively manage the capacity, improve customer service, and maintain the social distancing in order to prevent the risk of contagion, by maximizing the revenue.
Download

Paper Nr: 40
Title:

Bi-objective Risk-averse Facility Location using a Subset-based Representation of the Conditional Value-at-Risk

Authors:

Najmesadat Nazemi, Sophie N. Parragh and Walter J. Gutjahr

Abstract: For many real-world decision-making problems subject to uncertainty, it may be essential to deal with multiple and often conflicting objectives while taking the decision-makers’ risk preferences into account. Conditional value-at-risk (CVaR) is a widely applied risk measure to address risk-averseness of the decision-makers. In this paper, we use the subset-based polyhedral representation of the CVaR to reformulate the bi-objective two-stage stochastic facility location problem presented in (Nazemi et al., 2021). We propose an approximate cutting-plane method to deal with this more computationally challenging subset-based formulation. Then, the cutting plane method is embedded into the ε-constraint method, the balanced-box method, and a recently developed matheuristic method to address the bi-objective nature of the problem. Our computational results show the effectiveness of the proposed method. Finally, we discuss how incorporating an approximation of the subset-based polyhedral formulation affects the obtained solutions.
Download

Paper Nr: 50
Title:

Multi-periodic Joint Replenishment Planning Method for Various All-unit Discounts

Authors:

Agathe Métaireau, Rabin Sahu, Simon Delecourt, Alexandre Gerussi and Manuel Davy

Abstract: This paper aims at developing a multiperiodic joint replenishment optimization method to tackle all-unit discounts. In many industrial contexts, there exist multi-item constraints that can’t be treated by single-item optimization. For example, suppliers can charge a fixed ordering cost or offer a discount above a given ordered quantity. To tackle such constraints, we set in place a model based on ordering blocks. This modeling enables to reduce the search-space by predetermining a given set of possible order quantities. The model is then solved using an Integer Linear Program that outputs the ordering plan for a given time horizon. This Integer Linear Program searches for the ordering block combination that gives the minimal cost. The cost function includes single-item costs like purchase or inventory costs as well as multi-item costs. The methodology was tested on twenty generated instances and compared with a single-period single-item replenishment engine. We show that our multiperiodic joint replenishment approach allows a reduction of the costs and an increase in the service level.
Download

Paper Nr: 53
Title:

Nonlinear Complementarity Problems for n-Player Strategic Chance-constrained Games

Authors:

Shangyuan Zhang, Makhlouf Hadji, Abdel Lisser and Yacine Mezali

Abstract: In this paper, we focus on n-player strategic chance-constrained games where the payoff of each player follows either Cauchy or normal distribution. We transform the Nash equilibrium problem into its equivalent nonlinear complementarity problem (NCP) through the Karush-Kuhn-Tucker (KKT) conditions. Then, we prove the existence of the Nash equilibrium by the mean of Brouwer’s fixed-point theorem. In order to show the efficiency of our approach, we perform numerical experiments on a set of randomly generated instances.
Download

Paper Nr: 54
Title:

Two-phase Kernel Search: An Application to Facility Location Problems with Incompatibilities

Authors:

Renata Mansini and Roberto Zanotti

Abstract: Among the most important variants of the capacitated facility location problem are those introducing side constraints. In the present paper, we analyze the introduction of incompatibility constraints in the single- and multi-source capacitated facility location problems. We deal with two different types of conflict that concern: (i) the incompatibility among customers when jointly served by the same facility and (ii) the conflict among facilities. We study their mathematical formulations and solve them by means of a two-phase variant of the general-purpose framework Kernel Search. The method, evaluated on benchmark instances, shows to be extremely effective getting better results than Gurobi when solving the models with a time limit of one hour. Interesting managerial insights are also drawn on optimal solutions, when available.
Download

Short Papers
Paper Nr: 3
Title:

Searching for a Safe Shortest Path in a Warehouse

Authors:

Aurélien Mombelli, Alain Quilliot and Mourad Baiou

Abstract: In this paper, we deal with a fleet of autonomous vehicles which is required to perform internal logistics tasks inside some protected areas. This fleet is supposed to be ruled by a hierarchical supervision architecture which, at the top level, distributes and schedules Pick up and Delivery tasks, and, at the lowest level, ensures safety at the crossroads and controls the trajectories. We focus here on the top level and deals with the problem which consist in inserting an additional vehicle into the current fleet and routing it while introducing a time dependent estimation of the risk induced by the traversal of any arc at a given time. We propose a model and design a bi-level heuristic and an A*-like heuristic which both rely on a reinforcement learning scheme in order to route and schedule this vehicles according to a well-fitted compromise between speed and risk.
Download

Paper Nr: 9
Title:

Performance Analysis for Threshold-based N-Systems with Heterogeneous Servers

Authors:

Le Anh Thu and Tuan Phung-Duc

Abstract: Driven by the need to develop methods for minimizing operational delays at public administration agencies, this paper considers problems involving routing and staffing in these agencies. We examine a threshold-based N-System of two queues with capacities C1 = ∞ and C2 < ∞, respectively. We use the matrix analytic method to obtain the steady-state probabilities, the performance measures, and the optimal threshold values in terms of the system parameters. Our numerical experiments reveal that the mean response time is sensitive to the stability condition, and the effectiveness of the threshold policy depends on the customer arrival rate.
Download

Paper Nr: 10
Title:

A Queueing Analysis of Multi-type Servers and Multi-type Customers System based on Gas Stations

Authors:

Yoshito Machida and Tuan Phung-Duc

Abstract: Nowadays, cars are essential to life, and most cars used in society need refueling. In gas stations, an odd phenomenon often occurs where the server (refueling lane) is available, but the service is not available, and this is due to the mismatch between the type of the customer (car) and the type of the server. In this paper, we model some types of the system of gas stations as queueing models and analyze them. In addition, we derive performance measures and compare these types of systems. Some counter-intuitive results emerge in this study.
Download

Paper Nr: 14
Title:

Optimizing Route Planning for Minimising the Non-added-Value Tasks Times: A Simultaneous Pickup-and-Delivery Problem

Authors:

Bárbara Romeira and Ana Moura

Abstract: The quick-change industrial environment pushes organisations to find new ways to improve efficiency, flexibility, and responsiveness. To do so, companies must not solely focus on improving the main value chain, but also the support services that provide for it. To this end, this paper focuses on a route optimization study, inspired by a real-case problem of the Manufacturing Tool Repair Service, from an automotive company. The problem consists of a vehicle routing problem with simultaneous delivery and pickup and time windows, subjected to specific service constraints. To solve it, we propose a Mathematical-Integer Linear Programming model, which is triggered by real-time data from the shopfloor. The approach was tested, and the results show an average of 30% improvement compared with the current situation. Additionally, the model was tested using modified benchmark instances and a time windows sensitivity analysis was performed. Considering the results obtained, future work regarding the application of a hybrid algorithm is proposed
Download

Paper Nr: 16
Title:

Designing a New Layout for a Balanced Production Line: A Practical Application

Authors:

Marlene Brás and Ana Moura

Abstract: In most manufacturing companies, the layout designs and line balancing problems are often based on personal experience and made without following a theoretical methodology. By applying those ad-hoc solutions, various problems may arise when quick changes of capacity or any other constraints occur. This work was developed for a Portuguese SME in the electronics industry, that had some changes at the production level, which caused limitations in terms of space on the factory floor. Furthermore, it was also revealed that an existing production line with high production rates was gradually losing efficiency. Bringing these two issues together, the idea was to design a new plant layout to improve the performance of this production line, considering the new space constraints. To increase the production line efficiency, decisions such as the number of workers and assembly task assignment to stations need to be optimized to increase its throughput and decrease cost. An integer linear programming model was developed and used to solve the balancing problem. Considering six different optimization criteria, five variants of the model were tested. Using the best solution according to predefined Key Indicators Performance, the layout was developed using the Systematic Layout Planning approach.
Download

Paper Nr: 18
Title:

Prognostic-based Maintenance Optimization in Complex Systems with Resource Limitation Constraints

Authors:

Junkai He, Miguel F. Anjos, Makhlouf Hadji and Selma Khebbache

Abstract: This paper is concerned with prognostic information for maintenance optimization in complex systems. At each stage of such a system, we consider redundant components used as backup to guarantee the system’s availability. The Remaining Useful Life (RUL/prognostic information) of components is used to evaluate each component’s redundancy. We address RUL-based maintenance optimization under resource limitation to ensure the availability of the system such that production demands can be satisfied in a given maintenance planning horizon. We propose a mixed-integer linear programming approach to minimize the overall cost. Our numerical results on test instances show the efficiency of the proposed approach to attain optimal solutions.
Download

Paper Nr: 19
Title:

On Solving the Minimum Common String Partition Problem by Decision Diagrams

Authors:

Miloš Chromý and Markus Sinnl

Abstract: In the Minimum Common String Partition Problem (MCSP), we are given two strings on input, and we want to partition both into the same collection of substrings, minimizing the number of the substrings in the partition. This combinatorial optimization problem has applications in computational biology and is NP-hard. Many different heuristic and exact methods exist for this problem, such as a Greedy approach, Ant Colony Optimization, or Integer Linear Programming. In this paper, we formulate the MCSP as a Dynamic Program and develop an exact solution algorithm based on Decision Diagrams for it. We also introduce a restricted Decision Diagram that allows to compute heuristic solutions to the MCSP and compare the quality of solution and runtime on instances from literature with existing approaches. Our approach scales well and is suitable for heuristic solutions of large-scale instances.
Download

Paper Nr: 23
Title:

Modelling Influence of Motivation on Efficient Tasks Distribution for Given Team-project Correspondence

Authors:

Valentina Y. Guleva, Egor N. Shikov and Klavdia O. Bochenina

Abstract: The mathematical model of project execution, considering motivation effects on personal productivity is suggested in the paper. The main supposed application of the model is the task allocation problem during project management, which is restricted by the parameters of correspondence between tasks and team competence and interests, and execution deadline restrictions. In this way, motivation is considered an influential factor, and we explore how it affects team productivity and how can it be managed by task allocation strategies on the basis of personal motivation control. Namely, we explore the effects of personal motivation factors on overall project success. For this purpose, we consider motivation and competence factors in the model at the agent level, and take into account the initial abilities of a team, with given competence and motivation, to implement a project requiring a number of skills. To measure the effect of motivation and its role in project management, we perform a set of experiments showing (i) optimistic project execution times on the basis of team abilities against project requirements, (ii) possible effects of motivation on project execution and possibilities of its management, and (iii) effects of managerial approaches on team productivity (competence and motivational growth and their effects on tasks execution). The results show that poor correspondence between team and project competencies and interests can tenfold decrease team productivity, which can be partly eliminated by task assignment strategies, aimed at motivation control.
Download

Paper Nr: 25
Title:

Queueing Model of Circular Demand Responsive Transportation System: Theoretical Solution and Heuristic Solution

Authors:

Ayane Nakamura, Tuan Phung-Duc and Hiroyasu Ando

Abstract: Sharing mobilities, such as car-sharing and ride-sharing, have been widely spreading recently. In this paper, we consider Car/Ride-Share (CRS) system, which is one of the demand responsive transportations. We consider the scenario where CRS is introduced on the circular bus route. We propose its theoretical and heuristic solutions using queueing theory. We validate the heuristic analysis by comparing with the theoretical result through some numerical examples.
Download

Paper Nr: 27
Title:

Optimizing Heterogeneous Maritime Search Teams using an Agent-based Model and Nonlinear Optimization Methods

Authors:

Jarrod Grewe and Igor Griva

Abstract: This paper introduces a new search planning methodology, nicknamed Pathfinder, that can optimize heterogeneous teams of mobile and stationary searchers. Unlike previously developed search methods, the new methodology applies an Agent-Based Model (ABM) to simulate target movement and behavior then uses nonlinear optimization methods to find optimal search plans for complex teams of searchers. We describe initial target location with a probability distribution influenced by evidence and environmental data. The ABM models target movement based on environmental and behavioral factors. Then, Pathfinder suggests a search plan that maximizes the probability of target detection and satisfies searcher requirements.
Download

Paper Nr: 30
Title:

Optimization of Emergency Medical Service with Fixed Centers

Authors:

Marek Kvet

Abstract: The research reported in this scientific paper focuses on practical usage of optimization methods aimed at improving the service accessibility for clients spread over the whole Slovak Republic. The results of previous research confirmed by a computer simulation indicated that the weighted p-median problem is a suitable way of optimization. Here, we pay attention to the inconvenience of current ambulance stations deployment, which consists in the fact that there are same locations with two or more stations equipped with an ambulance vehicle. On the other hand, the standard weighted p-median problem formulation allows locating at most one station to one place. Furthermore, when searching for a better service center locations, the capacity of a center should be taken into account at least partially. Otherwise, the station with a high number of assigned clients would not be able to satisfy all the demands. Such result may be considered inacceptable. We believe that mentioned disadvantages could be overcome by fixing some stations, which will not be allowed to change their current location. The results of suggested optimization process are compared with the analysis of current ambulance stations deployment form more points of view.
Download

Paper Nr: 31
Title:

Real Life Pollution Measurement of Cairo

Authors:

Youssef Khalil, Mariam Zaky, Mostafa ElHayani and Hassan Soubra

Abstract: Today, the cost associated to the significant growth in the transportation field is air and noise pollution. According to the World Health Organization (WHO), an estimate of seven million people worldwide die every year due to breathing bad quality air, in addition, morbidities such as high blood pressure, heart disease, sleep disturbances and stress might be linked to noise pollution. In this context, many researchers have done efforts in measuring air and noise pollution to be fully aware of the areas that have a negative impact on human health. In this paper an intelligent transportation system is proposed which uses a low-cost sensor device and a mobile application to monitor air pollution and noise pollution in Cairo, Egypt successively.
Download

Paper Nr: 37
Title:

Forecasting Extractions in a Closed Loop Supply Chain of Spare Parts: An Industrial Case Study

Authors:

Emna Turki, Oualid Jouini, Ziad Jemai, Laura Urie, Adnane Lazrak, Patrick Valot and Robert Heidsieck

Abstract: In healthcare industry, companies like GEHC (General Electric Healthcare) buy back their products at the EOL (End of Life) phase and reuse the spare parts composing them. This process is referred to as spare parts harvesting. The harvested parts are included in the spare parts supply chain which presents specific characteristics like the availability of critical parts and the intermittent demand behavior. Add to that, the unpredictability of the parts’ supply capacity from bought back systems is a challenge for healthcare companies. The focus of this paper is to provide an accurate forecasting method of the harvested parts supply capacity for GEHC. To achieve this objective, a comparative study is carried out between statistical forecasting models. Then, a forecasting process employing the most accurate models is provided using TSB-Croston, the 12-month moving average, the best ARIMA model chosen with the Box-Jenkins methodology, and an introduced business knowledge based model. In order to improve the designed method accuracy, the statistical models’ forecast is adjusted using contextual information. An error measurement based on a modified MAPE error is introduced to evaluate the forecast. By means of the designed method, the monthly accuracy is improved by 9%.
Download

Paper Nr: 45
Title:

A Bibliometric Review and Visualization Analysis in Product Development Project Management: 2012-2021

Authors:

Pingye Tian, Qing Yang and Yingxin Bi

Abstract: CiteSpace is used to do the visualization analysis to all the product development project literature collected in SCI-E and SSCI, with which time and space distribution, collaborative network of authors, collaborative network of institutions, co-cited journal, co-occurrence keyword knowledge maps are made to reveal the space distribution, hot topics and development trends in the field of product development project. The study results show that: American, Germany and British scholars have led this field, some Chinese scholars also produce lots of results. Hot topics includes the performance and success factors of product development, innovation management, system modelling and knowledge management of development organization. The result can promote theoretical development of the product development, which will help scholars to determine trends and direction. This paper also provides guidance and reference for firms to achieve good practice in product development.
Download

Paper Nr: 5
Title:

An Analysis and Design for the Repair Process of Late Show Shipments in the Export Cargo Process at SPL HUB

Authors:

Sjoerd van Rooden, Catya Zuniga, Bart Krol and Elias Olivares-Benitez

Abstract: Export shipments arriving late at the freight building of KLM Cargo at Schiphol Airport is a trigger to deviations in the standard acceptance process. These Late Shows are currently handled ad-hoc making it difficult to plan and predict these events. By conducting a data analysis to quantitatively identify the characteristics of the Late Shows, and by conducting stakeholder interviews to understand the current process and discuss the future process, this research tried to design the operational process of the Late Shows to improve the operational excellence and quality of the acceptance process. The research shows that currently, late shipments are often still tried to be build up for the planned flight. It is found that 13% of these shipments do eventually not depart on the planned flight. The research concludes that the design of the Late Show process should include a check on whether the shipment was delivered on time, before acceptance of the shipment. By only accepting the shipment once it is decided that the planned flight is achievable or when it is rebooked to another flight, it is assured that the Late Show will be on time at the build-up buffer for the booked flight.
Download

Paper Nr: 7
Title:

Project Ranking with Uncertainty using Multicriteria Decision Method and Fuzzy

Authors:

Guilherme B. Marcondes

Abstract: Decision-makers are frequently faced with the task of picking projects to be carried out. Generally, there aren’t enough resources to fund all of them. Because numerous criteria to be examined at the same time in this task, decision requires the assistance of a tool or approach. Multi-Criteria Decision-Making strategies can be helpful. However, as with all project estimation, uncertainty must be addressed. Using the TOPSIS method and fuzzy numbers, this article presents a way for incorporating uncertainty in project selection. It is exemplified by the application of selection method over a set of 11 real projects.
Download

Paper Nr: 28
Title:

On the Local Dominance Properties in Single Machine Scheduling Problems

Authors:

Natalia Jorquera-Bravo and Óscar C. Vásquez

Abstract: We consider a non-preemptive single machine scheduling problem for a non-negative penalty function f . For this problem every job j has a priority weight wj and a processing time pj , and the goal is to find an order on the given jobs that minimizes ∑wj f(C j), where Cj is the completion time of job j. This paper explores the local dominance properties in this problem, which provide a powerful theoretical tool to better describe the structure of optimal solutions by identifying rules that at least one optimal solution must satisfy, reducing the search space from n! to n!/3^{n/3} schedules and providing insights to show the computational complexity status for problem with a convex penalty from a general framework, such as the problem of minimizing the sum of weighted mean squared deviation of the completion times with respect to a common due date and jobs with arbitrary weights.
Download

Paper Nr: 34
Title:

Stochastic Programming Model for Elective Surgery Planning: An Effect of Emergency Surgery

Authors:

Ryota Akiyama, Mari Ito and Ryuta K. Hoshino

Abstract: This paper introduces a stochastic programming model for a hospital with two surgery types: elective and emergency surgeries. We propose a model that decides the number of the elective surgeries per day according to a scheme that makes best use of the operating rooms. Specifically, we model when the demand capacity for emergency surgery in the operating room of one day is uncertain. We created multiple surgery times, performed random sampling, and conducted numerical experiments. In the results, emergency surgery changed the allocation of elective surgery. In this paper, we report on the proposed model and numerical results, and discuss these and the future research prospects.
Download

Paper Nr: 38
Title:

Is Ignorance a Bliss in Sustainability? Evaluating the Perceptions of Logistics Companies’ Self-Assessment in Environmental Performance

Authors:

Oskari Lähdeaho and Jyri Vilko

Abstract: Effective management of any company relies on awareness of surroundings and ability to appropriately measure and control the operations. As sustainability issues have emerged as central concern in societies, companies are also aiming to improve their performance in this regard. Therefore, sustainability related measurements are required for companies looking to manage their sustainability. Qualitative multiple case study data reveals some inconsistencies between companies’ environmental performance and associated self-evaluation and reporting. The case studies are analyzed with focus on management capabilities in informed environmental sustainability related decision-making. It seems that companies are eager to take first steps towards environmental sustainability. However, overconfidence from initial successes can hinder further advances in environmental sustainability. Cognitive capabilities in self-evaluation seem to have implications for organizations in addition to individuals. While vital for advances in environmental sustainability, improvements should be reflected with critical view to avoid false sense of security. Companies’ environmental communications are often overexaggerated due to illusory superiority. Self-awareness in context of companies’ environmental performance should be further studied.
Download

Paper Nr: 55
Title:

Comparative Analysis of Heuristic Approaches to P||Cmax

Authors:

Dragutin Ostojić, Tatjana Davidović, Tatjana Jakšić Krüger and Dušan Ramljak

Abstract: Cloud computing, new paradigms like fog, edge computing, require revisiting scheduling and resource allocation problems. Static scheduling of independent tasks on identical processors, one of the simplest scheduling problems, has regained importance and we aim to find stochastic iterative heuristic algorithms to efficiently deal with it. Combining various actions to define solution transformations to improve solution quality, we created 35 heuristic algorithms. To investigate the performance of the proposed approaches, extensive numerical experiments are performed on hard benchmark instances. Among the tested variants, we identified the best performing ones with respect to the solution quality, running time, and stability.
Download

Area 2 - Applications

Full Papers
Paper Nr: 1
Title:

An Efficient Relax-and-Solve Algorithm for the Resource-Constrained Project Scheduling Problem

Authors:

Alireza Etminaniesfahani, Hanyu Gu and Amir Salehipour

Abstract: The resource-constrained project scheduling problem (RCPSP) has a broad range of practical applications, e.g., in manufacturing, mining, and supply chain, among others(Kreter et al., 2015). Over the last 50 years, many researchers have tried to solve this challenging NP-hard problem. This paper presents an efficient and easy-to-implement relax-and-solve matheuristic to solve RCPSP. The proposed method employs constraint programming in a heuristic framework and uses CPLEX as an optimization solver. This algorithm is tested on more than 1500 instances from the standard library PSPLIB. Our experimental results show that the proposed heuristic framework outperforms the CPLEX and provides competitive results compared with the state-of-the-art techniques.
Download

Paper Nr: 13
Title:

Optimization of Adaptive Cruise Control under Uncertainty

Authors:

Shangyuan Zhang, Makhlouf Hadji, Abdel Lisser and Yacine Mezali

Abstract: With the recent developments of autonomous vehicles, extensive studies have been conducted about Adaptive Cruise Control (ACC), which is an essential component of advanced driver-assistant systems (ADAS). The safety assessment must be performed on the ACC system before its commercialization. The validation process is generally conducted via simulation due to insufficient on-road data and the diversity of driving scenarios. Our paper aims to develop an optimization-based reference generation model for ACC, which can be used as a benchmark for assessment and evaluation. The model minimizes the difference between the actual and reference inter-car distance, while respecting constraints about vehicle dynamics and road regulations. ACC sensors can be impacted by external factors such as weather and produce inaccurate data. To handle the uncertainty involved, we also propose a chance-constrained stochastic model to reach results with a high level of confidence. Our numerical results illustrate that the stochastic model outperforms the deterministic model on randomly generated driving scenarios.
Download

Paper Nr: 29
Title:

A Zero-blockage based Scheduling for Import Containers Pickup Operations at Container Terminal Yards

Authors:

Ahmed Azab and Hiroshi Morita

Abstract: In container terminals (CTs), containers are stacked above each other due to the limited yard area space used for storing the containers. External trucks usually submit appointment requests to pick up their import containers from the CT. However, some containers are not on the top stack and are blocked by other containers when trucks arrive at the terminal yard. Resolving this blockage requires relocating all containers above the targeted container. This non-value-added operation reduces the yard crane utilization and increases the service of external trucks. This paper studies the appointment scheduling for picking up containers, considering the container stacking sequence in the yard. We propose a scheduling method for container pickup appointments to avoid container blockages. An IP model is developed to minimize shifting appointment times for picking up import containers from its preferable pickup time windows. The performance of the developed model is investigated by solving some numerical instances. In addition, further analyses are performed to study the effect of container blocking on appointment scheduling.
Download

Paper Nr: 33
Title:

Assortment and Cut of Defective Stocks by Bilevel Programming

Authors:

Claudio Arbib, Fabrizio Marinelli, Mustafa .. Pínar and Andrea Pizzuti

Abstract: In this paper we deal with the problem of deciding the best assortment and cut of defective bidimensional stocks. The problem, originating in a glass manufacturing process, can arise in various industrial contexts. We propose a novel bilevel programming approach describing a competition between two decision makers with contrasting objectives: one aims at fulfilling production requirements, the other at generating defects that, damaging the products, reduce yield as much as possible. By exploiting nice properties of adversarial optimal solutions, the bilevel program is rewritten as a one-level 0-1 linear program. Computational results achieved on random instances with realistic features are discussed, showing the quality and the benefits of the proposed approach in reducing the yield loss from defective material in a worst-case perspective.
Download

Paper Nr: 44
Title:

Incremental Scheduling of the Time-triggered Traffic on TTEthernet Network

Authors:

Zdeněk Hanzálek and Jan Dvořák

Abstract: Complex systems are often developed incrementally when subsequent models must be backward compatible with the original ones. The need to exchange high-volume data, for example, multimedia streams in the avionic systems, together with safety-critical data, puts demands on both the high bandwidth and the deterministic behavior of the communication. TTEthernet is an Ethernet based protocol that enables the transmission of the time-triggered messages. Thus, synthesizing a good schedule that meets all the deadline requirements and preserves the backward compatibility with the schedules of preceding models is essential for the performance of the whole system. In this paper, we study the problem of designing periodic communication schedules for time-triggered traffic. The aim is to maximize the uninterrupted gap for the remaining non-deadline-constrained traffic. The provided scheduling algorithm, based on MILP and CP formulation, can obtain good schedules in a reasonable time while preserving the backward compatibility. The experimental results show that the time demands of the algorithm grows exponentially with the number of messages to be transmitted, but, even for industrial-sized instances with more than 2000 messages, the algorithm is able to return the close optimal schedules in the order of hundreds of seconds.
Download

Paper Nr: 46
Title:

On Finding k Earliest Arrival Time Journeys in Public Transit Networks

Authors:

Ali Al-Zoobi, David Coudert, Arthur Finkelstein and Jean-Charles Régin

Abstract: Journey planning in (schedule-based) public transit networks has attracted interest from researchers in the last decade. In particular, many algorithms aiming at efficiently answering queries of journey planning have been proposed. However, most of the proposed methods give the user a single or a limited number of journeys in practice, which is undesirable in a transportation context. In this paper, we consider the problem of finding k earliest arrival time journeys in public transit networks from a given origin to a given destination, i.e., an earliest arrival journey from the origin to the destination, a second earliest arrival journey, etc. until the kth earliest arrival journey. For this purpose, we propose an algorithm, denoted by Yen - Public Transit (Y-PT), which extends to public transit networks the algorithm proposed by Yen to find the top-k shortest simple paths in a graph. Moreover, we propose a more refined algorithm, called Postponed Yen - Public Transit (PY-PT), enabling a considerable speed up in practice. Our experiments on several public transit networks show that, in practice, PY-PT is faster than Y-PT by an order of magnitude.
Download

Short Papers
Paper Nr: 12
Title:

Optimal Models for Distributing Vaccines in a Pandemic

Authors:

Md Y. Hassan, Mahzabeen Emu, Zubair M. Fadlullah and Salimur Choudhury

Abstract: Distributing vaccines among a massive population is one of the challenging tasks in a pandemic. Therefore, health care organizations need to optimize the assignment of vaccination appointments for people while considering their priorities and preferences. In this paper, we propose two optimal vaccine distribution models as Integer Linear Programming (ILP) models; namely, Priority-based Model (PM) and Priority & Preference-based Model (PPM), to maximize the distribution of vaccines among a given population. In PM, we divide the people among several priority groups and ensure maximum vaccine distribution among the higher priority groups. However, along with the priority groups, PPM also considers a list of preferred vaccine distribution centers and time slots for each person. Thus, this model maximizes vaccine distribution among the higher priority groups by assigning appointments in their desired location and time. We analyzed the performance of our proposed models on a randomly generated dataset. In addition, we also performed a case study for our proposed models on the COVID-19 vaccination dataset from Thunder Bay, Canada. In both experiments, we show that PPM outperforms PM in full-filling people’s preferences while maximizing the distribution of vaccines among the higher priority groups.
Download

Paper Nr: 22
Title:

Analysis of Computational Efficiency in Iterative Order Batching Optimization

Authors:

Johan Oxenstierna, Jacek Malec and Volker Krueger

Abstract: Order Picking in warehouses is often optimized through a method known as Order Batching, wherein several orders can be assigned to be picked by the same vehicle. Although there exists a rich body of research on Order Batching optimization, one area which demands more attention is that of computational efficiency, especially for warehouses with unconventional layouts and vehicle capacity configurations. Due to the NP-hard nature of Order Batching, computational cost for optimally solving large instances is often prohibitive. In this paper we focus on approximate optimization and study the rate of improvement over a baseline solution until a timeout, using the Single Batch Iterated (SBI) algorithm. Modifications to the algorithm, trading computational efficiency against increased memory usage, are tested and discussed. Existing and newly generated benchmark datasets are used to evaluate the algorithm on various scenarios. On smaller instances we corroborate previous findings that results within a few percentage points of optimality are obtainable at minimal CPU-time. For larger instances we find that solution improvement continues throughout the allotted time but at a rate which is difficult to justify in many operational scenarios. The relevance of the results within Industry 4.0 era warehouse operations is discussed.
Download

Paper Nr: 35
Title:

A Multi-stage Integer Linear Programming Problem for Personnel and Patient Scheduling for a Therapy Centre

Authors:

Georgia Fargetta and Laura Scrimali

Abstract: In this paper, we propose a multi-stage integer linear programming problem to solve the scheduling of speech-language pathologists involved in conventional treatments as well as in augmentative and alternative communication therapies. In order to reduce the complexity of this problem, we suggest a hierarchical approach that breaks the problem into three sub-problems: patient selection for augmentative and alternative communication therapies, therapists’ shift assignment, and routing optimization of home-based rehabilitation services. The resulting models were tested on data collected in a physiotherapy centre in Acireale (Catania, Italy), using AMPL optimization package and Genetic Algorithm implemented in Matlab. From the results of the case study, the model ensures to maximize the number of patients eligible for augmentative and alternative communication therapies, to assign sustainable therapist schedule, and to optimize the home therapy routing.
Download

Paper Nr: 48
Title:

Addressing the Challenges of Last-mile: The Drone Routing Problem with Shared Fulfillment Centers

Authors:

Maria E. Bruni and Sara Khodaparasti

Abstract: With the easing of restrictions worldwide, drones will become a preferred transportation mode for last-mile deliveries in the coming years. Drones offer, in fact, an optimal solution for many challenges faced with last-mile delivery as congestion and emissions and can streamline the last leg of the supply chain. Despite the common conviction that drones will reshape the future of deliveries, numerous hurdles prevent practical implementation of this futuristic vision, among which the limited drone range and payload. To overcome this issue, big companies such as Amazon, are already filing up patents for the development of fulfilment centers where drones can be restocked before flying out again for another delivery, effectively extending their range. Only a few authors have addressed the joint problem of operating these facilities and providing services to retail companies. This paper addresses this problem and proposes a mathematical formulation to show the viability of the proposed approach.
Download

Paper Nr: 11
Title:

Online Heuristic Approach for Efficient Allocation of Limited COVID-19 Testing Kits

Authors:

Muhammad T. Alfas and Shaurya Shriyam

Abstract: Testing kit scarcity plays an important role in aggravating any epidemiological response against pandemics such as COVID-19, especially for resource-constrained countries. Better decision-making tools are essential to assist policymakers in containing the disease from spreading to a large extent despite limited resource availability. We propose a testing kit allocation framework that comprises three components: estimation of time-varying prevalence rates using empirical Bayes model, testing kit allocation using multi-armed bandit algorithms, and pooled testing technique to extract the maximum utility from the available testing kits. We conduct simulation experiments based on real-world data and obtain results to demonstrate the enhanced efficiency in detecting COVID-19 cases. We conclude that Bayesian estimation of prevalence coupled with bandit-based allocation performs significantly well. We also identify scenarios under which pooled testing offers a strong advantage.
Download