
Mobile stroke units (MSUs) have emerged as
a promising solution to expedite stroke treatment
(Bowry and Grotta, 2017) (Navi et al., 2022). These
specialized ambulances are equipped with CT scan-
ners, allowing the ambulance personnel on site, to-
gether with stroke experts connected by telemedicine,
to diagnose stroke type and initiate treatments like
thrombolysis directly in the ambulance (Harris,
2021). In many cases, this enables to reduces the
time to treatment, at least corresponding to the time
needed to transport the patient to an acute hospital
with stroke diagnosis facilities. While MSUs offer
significant advantages, their high operational costs
limit the number of units a region can typically deploy
(Southerland and Brandler, 2017). Therefore, strate-
gically positioning MSUs is crucial for maximizing
the patient benefit within a specific geographic area
(Amouzad Mahdiraji et al., 2021)(Nour et al., 2022).
This leads to the MSU allocation problem, which is
the optimization problem that aims to identify the op-
timal locations for a fixed number of MSUs at exist-
ing ambulance station locations within a geographic
area covering the efficiency perspective. Efficiency
refers to covering as many patients as possible to re-
ceive treatment in a shorter window of time.
To efficiently allocate the MSUs in a region,
Amouzad Mahdiraji et al. (Mahdiraji et al., 2021)
apply the exhaustive search. In another study,
Amouzad Mahdiraji et al. (Amouzad Mahdiraji et al.,
2023) propose a mathematical optimization model
(Amouzad Mahdiraji et al., 2023) using mixed integer
linear programming (MILP). However, both of these
approaches face significant computational challenges
for large geographic areas (Abid et al., 2023). In re-
cent studies (Abid et al., 2023) (Abid et al., 2024),
Abid et al. use genetic algorithms to solve the MSU
allocation problem. Typically, the above-mentioned
approaches use the whole search space when search-
ing for the optimal solution. As a result, the conver-
gence can be slow. We hypothesize that if we could
reduce the search space by filtering out ambulance lo-
cations without significantly compromising the qual-
ity of the solution, we can speed up the optimization
process by focusing on the smaller search space, thus
obtaining faster convergence. Therefore, the question
naturally arises: How can we reduce the search space
effectively when solving the MSU allocation prob-
lem?
In the current paper, we propose the Quality
Clustering for Reducing the Search Space (QCRSS)
method to solve the MSU allocation problem. It
is a preprocessing framework for search algorithms
that explicitly exploits the spatial distribution of am-
bulance locations to narrow down the search space.
The ultimate aim is to enable the search algorithm to
traverse a smaller search space instead of the whole
search space. In the QCRSS framework, we first per-
form a preprocessing step using clustering to group
the ambulance locations (or stations). Thereafter, we
select only one representative from each cluster. The
problem is then solved using the selected set of repre-
sentatives. The core idea behind the clustering is that
geographically close ambulance stations are likely to
have similar response times to emergency calls.
The paper’s key contributions are summarized as
follows:
1. An optimization framework, the Quality Clus-
tering for Reducing the Search Space (QCRSS),
which consists of a preprocessing step and a
problem-solving step to solve the MSU allocation
problem. The primary contribution of the pro-
posed method lies in the preprocessing step.
2. An application to a real-world case study of
the Southern Healthcare Region (SHR), Sweden.
This region is a combination of densely populated
and more rural areas, which is the biggest chal-
lenge of pre-hospital care.
3. An illustration through visualization of how the
QCRSS framework can significantly improve the
convergence speed across different MSUs scenar-
ios. We further validate the effectiveness of our
model through a comprehensive quantitative and
qualitative analysis.
The rest of this paper is structured as follows: Sec-
tion 2 presents an overview of related work. Sec-
tion 3 provides the formal definition of the MSU op-
timization problem. Section 4 describes the proposed
methodology, and Section 5 encompasses the compu-
tational study. Finally, Sections 6 and 7 conclude the
paper by summarizing the conclusions and proposing
future areas for research.
2 RELATED WORK
In the field of emergency medical services, re-
searchers have explored various models for optimal
MSUs allocation. Recently, Amouzad Mahdiraji et
al. (Mahdiraji et al., 2021) use exhaustive search (ES)
to solve the MSU allocation problem for one to three
MSUs across 39 potential locations to minimize the
travel time to treatment, covering both the efficiency
and equity perspectives for prehospital stroke care
in the SHR. The ES systematically explores all po-
tential combinations of MSU locations to determine
whether each combination meets the problem’s crite-
ria and assesses its quality using an objective function.
HEALTHINF 2025 - 18th International Conference on Health Informatics
106