Edward A. Wasil’s research while affiliated with American Military University and other places

What is this page?


This page lists works of an author who doesn't have a ResearchGate profile or hasn't added the works to their profile yet. It is automatically generated from public (personal) data to further our legitimate goal of comprehensive and accurate scientific recordkeeping. If you are this author and want this page removed, please let us know.

Publications (71)


A Branch-and-Bound Approach to the Traveling Salesman Problem with a Drone
  • Article

April 2019

·

221 Reads

·

206 Citations

INFORMS Journal on Computing

·

·

Edward A. Wasil

The Traveling Salesman Problem with a Drone (TSP-D) is a hybrid truck and drone model of delivery, in which the drone rides on the truck and launches from the truck to deliver packages. Our approach to the TSP-D uses branch and bound, whereby each node of the branch-and-bound tree corresponds with a potential order to deliver a subset of packages. An approximate lower bound at each node is given by solving a dynamic program. We provide additional variants of our heuristic approach and compare solution quality and computation times. Consideration is given to various input parameters and distance metrics. The online supplement is available at https://doi.org/10.1287/ijoc.2018.0826 .



Figure 1. Susceptible-infected-recovered (SIR) and modified SIR model equations.  
Figure 2. Example of an interfacility model.  
Figure 3. Comparison of steady-state prevalence levels for a hospital and a long-term care facility (LTCF). Hospital-D and LTCF-D represent the scenario in which the LTCF has implemented a decolonization policy. The labels on the X-axis are expressed in pairs of hospital or LTCF transmission levels.  
Figure 4.  
Contribution of Interfacility Patient Movement to Overall Methicillin-Resistant Staphylococcus aureus Prevalence Levels
  • Article
  • Full-text available

November 2011

·

625 Reads

·

36 Citations

Infection Control and Hospital Epidemiology

·

Anthony D Harris

·

·

[...]

·

Jon P Furuno

The effect of patient movement between hospitals and long-term care facilities (LTCFs) on methicillin-resistant Staphylococcus aureus (MRSA) prevalence levels is unknown. We investigated these effects to identify scenarios that may lead to increased prevalence in either facility type. We used a hybrid simulation model to simulate MRSA transmission among hospitals and LTCFs. Transmission within each facility was determined by mathematical model equations. The model predicted the long-term prevalence of each facility and was used to assess the effects of facility size, patient turnover, and decolonization. Analyses of various healthcare networks suggest that the effect of patients moving from a LTCF to a hospital is negligible unless the patients are consistently admitted to the same unit. In such cases, MRSA prevalence can increase significantly regardless of the endemic level. Hospitals can cause sustained increases in prevalence when transferring patients to LTCFs, where the population size is smaller and patient turnover is less frequent. For 1 particular scenario, the steady-state prevalence of a LTCF increased from 6.9% to 9.4% to 13.8% when the transmission rate of the hospital increased from a low to a high transmission rate. These results suggest that the relative facility size and the patient discharge rate are 2 key factors that can lead to sustained increases in MRSA prevalence. Consequently, small facilities or those with low turnover rates are especially susceptible to sustaining increased prevalence levels, and they become more so when receiving patients from larger, high-prevalence facilities. Decolonization is an infection-control strategy that can mitigate these effects.

Download

The multi-depot vehicle routing problem: An integer programming-based heuristic and computational results

October 2011

·

418 Reads

·

94 Citations

Computers & Industrial Engineering

The multi-depot split delivery vehicle routing problem combines the split delivery vehicle routing problem and the multiple depot vehicle routing problem. We define this new problem and develop an integer programming-based heuristic for it. We apply our heuristic to 30 instances to determine the reduction in distance traveled that can be achieved by allowing split deliveries among vehicles based at the same depot and vehicles based at different depots. We generate new test instances with high-quality, visually estimated solutions and report results on these instances.


A Parallel Algorithm for the Vehicle Routing Problem

May 2011

·

214 Reads

·

77 Citations

INFORMS Journal on Computing

The vehicle routing problem (VRP) is a difficult and well-studied combinatorial optimization problem. We develop a parallel algorithm for the VRP that combines a heuristic local search improvement procedure with integer programming. We run our parallel algorithm with as many as 129 processors and are able to quickly find high-quality solutions to standard benchmark problems. We assess the impact of parallelism by analyzing our procedure's performance under a number of different scenarios.


MRSA Transmission Reduction Using Agent-Based Modeling and Simulation

November 2010

·

103 Reads

·

35 Citations

INFORMS Journal on Computing

Methicillin-resistant Staphylococcus aureus (MRSA) is a significant ongoing problem in health care, posing a substantial threat to hospitals and communities as well. Its spread among patients causes many downstream effects, such as a longer length of stay for patients, higher costs for hospitals and insurance companies, and fatalities. An agent-based simulation model is developed to investigate the dynamics of MRSA transmission within a hospital. The simulation model is used to examine the effectiveness of various infection control procedures and explore more specific questions relevant to hospital administrators and policy makers. Simulation experiments are performed to examine the effects of hand-hygiene compliance and efficacy, patient screening, decolonization, patient isolation, and health-care worker-to-patient ratios on the incidence of MRSA transmission and other relevant metrics. Experiments are conducted to investigate the dynamic between the number of colonizations directly attributable to nurses and physicians, including rogue health-care workers who practice poor hygiene. We begin to explore the most likely threats to trigger an outbreak in hospitals that practice high hand-hygiene compliance and additional preventive measures.


The balanced billing cycle vehicle routing problem

December 2009

·

73 Reads

·

17 Citations

Utility companies typically send their meter readers out each day of the billing cycle in order to determine each customer's usage for the period. Customer churn requires the utility company to periodically remove some customer locations from its meter-reading routes. On the other hand, the addition of new customers and locations requires the utility company to add new stops to the existing routes. A utility that does not adjust its meter-reading routes over time can find itself with inefficient routes and, subsequently, higher meter-reading costs. Furthermore, the utility can end up with certain billing days that require substantially larger meter-reading resources than others. However, remedying this problem is not as simple as it may initially seem. Certain regulatory and customer service considerations can prevent the utility from shifting a customer's billing day by more than a few days in either direction. Thus, the problem of reducing the meter-reading costs and balancing the workload can become quite difficult. We describe this Balanced Billing Cycle Vehicle Routing Problem in more detail and develop an algorithm for providing solutions to a slightly simplified version of the problem. Our algorithm uses a combination of heuristics and integer programming via a three-stage algorithm. We discuss the performance of our procedure on a real-world data set. © 2009 Wiley Periodicals, Inc. NETWORKS, 2009


The Consistent Vehicle Routing Problem

October 2009

·

306 Reads

·

196 Citations

Manufacturing & Service Operations Management

In the small package shipping industry (as in other industries), companies try to differentiate themselves by providing high levels of customer service. This can be accomplished in several ways, including online tracking of packages, ensuring on-time delivery, and offering residential pickups. Some companies want their drivers to develop relationships with customers on a route and have the same drivers visit the same customers at roughly the same time on each day that the customers need service. These service requirements, together with traditional constraints on vehicle capacity and route length, define a variant of the classical capacitated vehicle routing problem, which we call the consistent VRP (ConVRP). In this paper, we formulate the problem as a mixed-integer program and develop an algorithm to solve the ConVRP that is based on the record-to-record travel algorithm. We compare the performance of our algorithm to the optimal mixed-integer program solutions for a set of small problems and then apply our algorithm to five simulated data sets with 1,000 customers and a real-world data set with more than 3,700 customers. We provide a technique for generating ConVRP benchmark problems from vehicle routing problem instances given in the literature and provide our solutions to these instances. The solutions produced by our algorithm on all problems do a very good job of meeting customer service objectives with routes that have a low total travel time. In the paper “The Consistent Vehicle Routing Problem,” published in Manufacturing & Service Operations Management, ePub ahead of print December 4, 2008, http://dx.doi.org/10.1287/msom.1080.0243, the authors have amended the original text published online to correct an oversight in conveying the real-world problem studied in this article.


Introduction: Applications of Management Science and Operations Research Models and Methods to Problems in Health Care

June 2009

·

103 Reads

·

4 Citations

Interfaces

Over the last decade or so, the health-care industry in the United States, Canada, and around the world has started to solve important problems using traditional management science and operations research (MS/OR) models and methods, such as mathematical programming, simulation, queueing theory, and decision analysis. In recent years, the results of modeling efforts have been significant and have begun to positively affect the delivery of health care. This special issue documents eight successful applications of MS/OR methods to solving actual problems in health care.


Using a Genetic Algorithm to Solve the Generalized Orienteering Problem

January 2008

·

272 Reads

·

69 Citations

Operations Research/ Computer Science Interfaces Series

In this chapter, we use genetic algorithms (GAs) to solve the generalized orienteering problem (GOP). In the orienteering problem (OP), we are given a transportation network in which a start point and an end point are specified, and other points have associated scores. Given a fixed amount of time, the goal is to determine a path from start to end through a subset of the other locations in order to maximize the total path score. In the GOP, each point has a score with respect to a number of attributes (e.g., natural beauty, historical significance, cultural and educational attractions, and business opportunities) and the overall objective function is nonlinear. The GOP is more difficult than the OP, which is itself NP-hard. An effective heuristic using artificial neural networks (ANNs), however, has been designed to solve the GOP. In this chapter, we show that a straightforward GA can yield comparable results.


Citations (58)


... Before embarking on a new trip, a drone requires a constant time τ S to load boxes and swap a fully-charged battery. An ample number of batteries is assumed to be available, as in Poikonen et al. (2019), and they can be recharged by the locker during periods of inactivity (Zou et al. 2024). To prevent prolonged operation, each drone has a maximum operation duration of ∆, facilitating daily maintenance. ...

Reference:

The Freight Multimodal Transport Problem with Buses and Drones: An Integrated Approach for Last-Mile Delivery
A Branch-and-Bound Approach to the Traveling Salesman Problem with a Drone
  • Citing Article
  • April 2019

INFORMS Journal on Computing

... Thus, the pairwise comparison was conducted with 37 experts with extensive experience in the field of water resources through a Google Forms electronic questionnaire. The consistency of individual responses was checked and considered adequate if the consistency ratio (CR) was less than 0.1 (Golden et al., 1989). Crisp numbers associated with the calculation of CR were used (Saaty, 1980), as these numbers represent the consistency of the fuzzy matrix (Mahmoudzadeh & Bafandeh, 2013). ...

The Analytic Hierarchy Process: Applications and Studies
  • Citing Book
  • January 1989

... The VRP has a number of variants, including Capacitated VRP (CVRP), VRP with Time Windows (VRPTW), VRP with Backhauls (VRPB), and VRP with Pickup and Delivery (VRPPD). The chemical tanker port call optimization problem can be classified as VRPPD because chemical tankers load or unload cargoes while visiting multiple terminals [6][7][8] . ...

Vehicle routing with backhauls: Models, algorithms and case studies
  • Citing Article
  • January 1988

... Fu[102] , Fu & Mae[211] and Fu et al.[204,[212][213][214] implement several variants of GAIT, a method to evolve binary DTs with numerical attributes. 2. Ranzato & Zanella [113] also evolve DTs with numerical attributes in their Meta-Silvae (MS) method. ...

Building a High-quality Decision Tree with a Genetic Algorithm
  • Citing Chapter
  • January 2000

Operations Research/ Computer Science Interfaces Series

... Allahviranloo, Chow, and Recker (2014) formulate three selective routing models as fuzzy, robust, and reliable models for humanitarian settings, and the models are solved with three parallel genetic algorithms. For more information on employing algorithms in routing and distribution in humanitarian problems, we refer readers to Anuar et al. (2021) and Golden, Kovacs, and Wasil (2014). ...

Chapter 14: Vehicle Routing Applications in Disaster Relief
  • Citing Chapter
  • November 2014

... Li [38] extended Yeung's model to a more general model, in which emission permits trading is taken into account. More examples can be found in Golden and Wasil [26], ReVelle and Hugh [45], Tulkens [49], Chander and Tulkens [12], Yeung et al. [54], and a special volume of Annals of Operations Research on collaborative environmental management and modeling edited by Haurie et al. [31]. ...

Chapter 9 Managing fish, forests, wildlife, and water: Applications of management science and operations research to natural resource decision problems
  • Citing Chapter
  • December 1994

Handbooks in Operations Research and Management Science

... From its struggle to be taken seriously in the 1950s, the science of management and administration has become a principal component of management theory and practice in the 1990s. It is prominent in the academic literature (Assad et al., 1992;Austin, 1993;Culbert, 1996;Mingers and Gill, 1997;Plane, 1994;Reisman, 1992;Sproull, 1997) 2 and in business school classrooms (e.g., Eppen et al., 1998;Taylor, 1998). In public administration, a "new" science of administration (Daneke, 1990;Dennard, 1996;Kiel, 1994;Neumann, 1996; is establishing a presence with the literature of traditional administrative science (Dunsire, 1973;Lee, 1990;White, 1975). ...

Excellence in Management Science Practice: A Readings Book.
  • Citing Article
  • August 1993

Journal of the Operational Research Society

... Nevertheless, and despite criticisms, Simon's rational model, aided by the tremendous development in computer technology, underpins the foundation of many modern decision tools in the rational model such as statistical decision theory, operation research, project appraisal, costbenefit analysis, and economic policy analysis. These tools, although unsuitable to address complex societal problems, are adopted by some rational versions of modern policy analysis (see Stokey and Zeckhauser, 1978;Mood, 1983). The problem of these rational techniques, although useful in addressing low-level well-structured organizational problems such as maintenance, is that they do not invite to analysis other criteria beside efficiency such as political feasibility, administrative ease, and equity criteria. ...

Introduction to Policy Analysis.
  • Citing Article
  • June 1983