Abstract
Many scientific processes and applications can be represented in the standardized form of workflows. One of the key challenges related to managing and executing workflows is scheduling. As an NP-hard problem with exponential complexity it imposes limitations on the size of practically solvable problems. In this paper, we present a solution to the challenge of scheduling workflow applications with the help of the D-Wave quantum annealer. To the best of our knowledge, there is no other work directly addressing workflow scheduling using quantum computing. Our solution includes transformation into a Quadratic Unconstrained Binary Optimization (QUBO) problem and discussion of experimental results, as well as possible applications of the solution. For our experiments we choose four problem instances small enough to fit into the annealer’s architecture. For two of our instances the quantum annealer finds the global optimum for scheduling. We thus show that it is possible to solve such problems with the help of the D-Wave machine and discuss the limitations of this approach.
Keywords: D-Wave, QUBO, Workflow scheduling, Serverless
Introduction
The paradigm of workflows is commonly used for describing and preserving complex scientific processes and applications [13]. Workflows are usually represented as Directed Acyclic Graphs (DAG) [23]. Each vertex represents a task, while edges designate dependencies or data transfers between tasks. By using such a general representation it is possible to improve application portability and reusability. The abstract graph representation enables decoupling the application from a specific infrastructure and easily extract parts of the process with clear understanding of what the extracted part does and what its dependencies and outputs are. Some examples of scientific applications implemented as workflows include: Montage [4] – image mosaic software used to construct human-perceptible images of sky features from multiple images captured by telescopes; software used by the LIGO collaboration, designed to process data related to detecting gravitational waves [1]; software designed to predict the occurrence and effects of earthquakes based on geological data [23].
One of the key challenges related to managing and executing scientific workflows is scheduling. The general goal of scheduling is to create a plan of execution with respect to given parameters such as deadline, budget and computing resources. For the scope of this paper we assumed a simple form of workflow scheduling, where we operate on the serverless infrastructure discussed in [3]. In this case the serverless infrastructure is implemented as a set of cloud functions, provided by major cloud service providers, such as Google, Amazon, Azure and IBM. Cloud functions have the potential to be used for compute-intensive tasks, as proposed in [27], with particular emphasis on challenges which require high levels of infrastructure elasticity. Scheduling workflows for serverless infrastructures can be summarized as defining the runtime parameters of a function based on user-supplied deadline and budget. In this paper we assume that the serverless infrastructure consists of an infinite number of machine instances, while the number of machine types is finite, with each machine type associated with specific cost and performance.
In recent years, quantum computing has become popular due to its potential ability to solve problems that are beyond the capabilities of classical computing infrastructures. The research is still in its early stage, however there are many theoretical quantum algorithms already available, such as famous polynomial time Shor factorization [26] or
complexity Grover search in unsorted databases [16]. A good overview of the current status of theoretical quantum algorithms can be found in [18]. There are also various attempts to implement algorithms on the available quantum hardware: IBM-Q1, Rigetti computing2 or D-Wave3. Scheduling problems are assumed to be one of the challenges which might be efficiently solved by this new approach.
In this paper, we present a solution for the workflow scheduling problem with the use of the D-Wave quantum annealer. In particular, we propose a method of reformulating the problem as Quadratic Unconstrained Binary Optimization (QUBO) [21] required by D-Wave. To achieve this, we developed a Binary Integer Linear Programming (BILP) [19] formulation of the problem, which is then translated to QUBO in a similar way as shown in [14]. Finally, we discuss results obtained on the annealer. We attempt to find the optimal solution for selected instances of workflow scheduling problems, which are constrained by the deadline and have the lowest cost possible.
This paper is organized as follows. In Sect. 3 we provide the overview of quantum computation with the use of the quantum annealer. In Sect. 4 we present the precise formulation of the problem. In Sect. 5 we provide a complete description of transforming the workflow scheduling problem into a QUBO problem. First, the transformation to BILP is presented, which includes all the constraints necessary to be translated. Next comes BILP to QUBO problem translation, using methods from [14]. Finally, Sects. 6 and 7 present full results with a detailed commentary, as well as discussion and suggestions for future work in this matter.
Related Work
There is a significant body of knowledge available concerning the topic of scheduling workflows on cloud infrastructures. Due to its widespread adoption, most scheduling solutions operate on Infrastructure as a Service (IaaS) services. To the best of our knowledge, there is no other work directly addressing the problem of workflow scheduling on serverless infrastructures with help of quantum computing. In the presented case, the serverless infrastructure is represented by a Function as a Service (FaaS) type of service. For example, in [2] Arabnejad et al. propose a heuristic list scheduling algorithm with low computational complexity, designed for running workflows on IaaS. Work presented in this paper aims to provide similar features, albeit for FaaS and with help from quantum computing. In particular, we propose a method to create the final execution plan upfront in a short time and at low cost. One of the factors included in the presented algorithm is the sole cost of executing workflow tasks in the cloud. This problem was discussed in more detail in [30]. Zhou et al. addressed the problem of performance offered by cloud services with specific focus on the use case of running workflow applications. The matter of performance offered by serverless infrastructures was studied in [24], with focus on potential parallelism and application of FaaS as an infrastructure for large-scale scientific workflows. The specific topic of scheduling workflows on serverless infrastructures was addressed by Kijak et al. in [20], where they proposed a heuristic algorithm for scheduling workflows on cloud functions.
Although solving scheduling problems with quantum computers is a novelty, some examples of such work are available. In particular, a promising approach is to use the D-Wave quantum annealer based on a chimera graph [5]. A possible method of solving a shop job scheduling problem (JSP) [15] using D-Wave is shown in [29], however the proposed three-dimensional structure of the problem description is a strong limitation for scalability. In general, many NP-hard problems can be formulated as Ising problems [22] which can then be solved using a quantum annealer. For example [8] discusses the problem of finding maximum cliques in a graph. An important factor for solving problems with the use of quantum annealers is small machine size. In [25] the authors discuss heuristics for solving large-scale problems described in [8].
D-Wave Computing Overview
D-Wave 2000Q [5] is an adiabatic quantum computer that, unlike its universal counterparts (e.g. IBM-Q or Rigetti), cannot run algorithms implemented with the use of general quantum circuits. Therefore, in spite of its architecture offering a relatively large number of qubits, its usage is limited to certain types of optimisation problems. It is a fully analog machine, the result of which depends on the value of the magnetic field applied to each qubit and the value of the connection between qubits (coupler). Programming the D-Wave 2000Q computer involves determining values of fields and associations. The aim of quantum annealing is to find the minimal energy state for the problem defined by a programmer. Annealing begins with an initial well-known quantum system for which the minimal energy state is known. Then it slowly switches to the quantum system related to the search problem. Ideally, during the whole process of switching, the system remains in its minimal energy state, so it should end up in the minimal energy state of the intended problem.
From a programmer’s perspective, the problems to be solved must be formulated as an objective function using the Ising model [22] or, alternatively, a QUBO problem description [21]. Both approaches are isomorphic and can be transformed into each other in polynomial time. In this study, we choose to use QUBO formulation of the problem. In general, a QUBO problem consists of a matrix Q of size NxN, where N is the number of used binary variables and the size of the vector of binary variables that constitute the searched state. It can be converted without loss of generality to the upper triangular matrix as described in [14]. The actual problem solved by D-Wave is to find the final state of n binary variables
that minimizes the objective function defined as
![]() |
1 |
Elements with the same indexes
are responsible for“bias”, i.e. the initial value of the magnetic field applied to the qubit, and elements with unequal indexes are responsible for the links between qubits (couplers). Minimizing such function is an NP-hard problem which makes it well suited for solving with help from the D-Wave 2000Q quantum computer.
The problem description does not limit the number of connections between qubits. However, the actual hardware is, in fact, a chimera graph (16
16 board of K(4, 4) graphs, degree 6); thus, the problem graph must be mapped onto that architecture, which is achieved by minor-embedding. It is a process of mapping each logical binary variable present in a problem description to a group (called a chain) of physical qubits on the actual machine so all required connections are realized. For dense matrices there is probably no better method than minor-embedding based on complete graph embedding described in [11]. For sparse matrices it is reasonable to attempt heuristics to lower the qubit chain length (e.g. as described in [6]).
Workflow Problem Formulation
In its general form, the workflow application can be represented as a Directed Acyclic Graph, where each task is represented by a vertex. An example graph is depicted in Fig. 1. We assume that the serverless infrastructure consists of a finite number of machine types, albeit with an infinite number of instances for each type. Each machine type has an associated cost. Each task has an associated running time for each machine type. Our model can be applied to any DAG.
Fig. 1.

Example workflow problem as a graph with task count t = 8. We search for an assignment of each task to one of the machine types. For example, with machine count m = 3 vector
describes the cost of time unit execution on each machine while matrix
describes the execution time of task
running on machine 
The goal is to assign a machine type to each task with minimal total cost, while respecting the deadline. For simplicity, we will use the term machine instead of machine type from now on.
The formal definition of the problem addressed in this paper consists of:
a time matrix
where t is the number of tasks, m is the number of machines and
expresses the execution time of task with number
on the machine with number
;a machine cost per time unit vector
measured in currency units per time unit. This matrix can be used to calculate the cost of running the workflow;a deadline d (an integer, limiting this value is crucial for the size of the resulting QUBO problem);
a list
of paths from the vertex representing the first task to the vertex representing the final task (both inclusive) in a DAG representing the problem.
For the purpose of describing results, we apply the following terminology: a correct result meets all the constraints, the (global) optimum is a correct result which has the lowest cost possible for the problem instance, while a wrong result fails to meet at least one constraint.
Transformation to QUBO Problem
The problem addressed in this paper is NP-hard [9]. We provide its translation to a QUBO problem which consists of two steps. First, we propose a transformation of the problem to BILP, which is described in this section. The second step shows how to translate BILP to a QUBO problem using [14].
The general goal of solving a BILP problem (also called “0–1 Integer Programming” [19]) is to find, for a given vector
, n binary numbers
, for which the function
![]() |
2 |
is minimal, subject to constraints indicated by the following linear equation:
![]() |
3 |
where
stores w constraints for n binary numbers.
Translation from Initial Formulation to BILP
In our problem, the BILP binary variables are defined as
where
(see Sect. 4). Variable
is set to 1 if the task with number
runs on a machine with number
where div is an integer division. Table 1 contains an example mapping of
parameters to task and machine combinations.
Table 1.
The binary variables
for BILP formulation of the sample workflow problem. Task count is
and machine count is
. Binary variable
is set to 1 when task with number
runs on a machine with number
and to 0 otherwise.
| Task | |||||||||
|---|---|---|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | ||
| Machine | 0 | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| 1 | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
| 2 | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
| 3 | ![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
|
The BILP minimization function can subsequently be defined as the total cost of running tasks on selected machines
![]() |
4 |
where
is the cost vector and
indicates the cost of running task with number
on the machine with number
.
The cost vector needed for BILP formulation of the problem is obtained from the problem definition (Sect. 4) as follows: first, the cost matrix
is created by multiplying
. Next, the cost vector C is obtained by row-by-row vectorization
using
. Finally, the time vector
is obtained in an analogous manner by calculating
.
In addition to the minimization function, there are also two types of constraints, the deadline and machine usage, where it is necessary to ensure that only a single machine will be selected for a given task.
Deadline Constraints. We define a matrix
, where r is the number of all possible paths in the workflow DAG. R stores the time for each machine-based task assignment
, but only if the task belongs to the path
as follows:
![]() |
5 |
Next, we formulate a set of constraints corresponding to each path 
![]() |
6 |
which we can rewrite as (for
)
![]() |
7 |
To describe constraints as part of BILP according to (3) we need to transform an inequality (7) into an equality. To achieve this, we rely on the fact that there always exists a slack variable s such that for natural numbers
![]() |
Therefore it is necessary to extend R with additional columns that represent all necessary slack variables [14]. Generally a slack value s is a natural number, so we represent it using standard binary expansion. If we indicate
![]() |
8 |
as the minimum time of running tasks in path
, then the number of binary variables b for storing slack variables for each path
equals:
![]() |
9 |
Machine Usage Constraints. The next category of constraints comprises “one machine per task only” constraints. We define
such that for each task
and its machine-based position 
![]() |
10 |
Therefore, each row of U indicates all machine-based positions of a task corresponding to that row. Then, to assure that only one machine is assigned to each task, the following constraint must be fulfilled:
![]() |
11 |
If we indicate s as the total number of slack variables, the final BILP constraints matrix (3) is defined as
and combines all constraints together as follows:
![]() |
12 |
To perform this operation, we need matrices of compatible sizes. Therefore, the matrix U must also be extended with slack variables, which are set to 0.
Vector b from (3) is defined in a similar manner:
![]() |
13 |
Translation from BILP to QUBO Problem
Given matrices A, C and vector b a QUBO matrix can be calculated using the following formula (from [14]):
![]() |
14 |
By dropping the additive constant c, the exact QUBO problem form, which is minimizing
, can be formulated. However it is necessary to introduce two additional scalar parameters:
P - relative strength of all constraints in relation to the objective function, see (14)
- S - weight required for balancing R and U values so that the constraints they represent are efficiently included in the QUBO problem. Namely, it replaces constraints defined by (11) with

15
Both mentioned parameters, along with the minor embedding chain strength, need to be balanced, to make sure that (1) the solution meets constraints and (2) the objective function is minimized. Finding proper values for these parameters is not a trivial task. It is important to mention that the resulting QUBO problem might have high resolution, which can result in errors due to the limited resolution of the annealer’s Digital to Analog Converter (DAC), so the hardware conversion from QUBO to analog values may not be accurate enough.
Results
In this section we describe the experimental results obtained using D-Wave 2000Q, compared with selected classical reference methods. In order to match the limitations of the existing quantum annealer, we considered four sample instances of the problem. Their DAG representation is shown in Fig. 2 and parameters in Table 2.
Fig. 2.
Graph representations of the tested workflow problems.
Table 2.
The tested instances of the workflow problem (for definitions of parameters, see Sect. 4)
| No. | Binary variable count | T | K | Paths |
|---|---|---|---|---|
| 1 | 8 | ![]() |
[1,4] | [[0,1,3],[0,2,3]] |
| 2 | 10 | ![]() |
[1,4] | [[0,1,4],[0,2,4],[0,3,4]] |
| 3 | 15 | ![]() |
[1,5,2] | [[0,1,4],[0,2,4],[0,3,4]] |
| 4 | 18 | ![]() |
K = [8,18,6] | [[0,1,3,5],[0,1,4,5],[0,2,4,5]] |
Finding Parameters: P , S and Chain Strength. Parameters needed for QUBO problem formulation are dependent on the specific problem instance. For the purpose of this research, parameters were obtained using a metaheuristic. First, (1), we find an initial value of P basing on [14]. The potential initial value of parameter S should be similar to values in vector T in order to achieve proper balance between constraints. Then, (2), we search the discrete space of possible pairs (P, S) for values relatively close to the initial values, using a classical solver – Gurobi4. Next, (3), we set the chain strength between physical qubits for the minor-embedded problem basing on the D-Wave guidebook’s [11] suggestion that it should be large enough to keep chains and small enough not to cover the actual problem. We have found that it should approximate the largest values of the Q matrix. Finally, (4), the selected chain strength is used as an input for the dwave.embedding library, which performs actual minor embedding. The final parameter values are presented in Table 3. Deadline values for all four problems were selected in such a way that they yield similar percentages of correct solutions.
Table 3.
Values of parameters P, S and chain strength found for each size of the workflow problem for the given deadline (which is predefined, but has an impact on the parameters’ values). The rightmost column represents the percentage of correct solutions in relation to all possible solutions.
| No. | Binary variable number | Deadline | P | S | Chain strength | Percentage of correct solutions |
|---|---|---|---|---|---|---|
| 1 | 8 | 19 | 8 | 10 | 1200 | 62,5% |
| 2 | 10 | 19 | 14 | 25 | 6650 | 56,25% |
| 3 | 15 | 17 | 11 | 10 | 2800 | 54,3% |
| 4 | 18 | 70 | 6 | 40 | 18000 | 46,91% |
Reference Methods. The problems discussed in this paper are small enough to be solved using classical methods. The following four classical methods have been used to verify D-Wave machine results:
A brute-force method using initial problem formulation. It was used to calculate exact results, along with minimal energy, through direct use of the objective function (1).
GNU Linear Programming Kit5 library for solving BILP problem prior to its translation to QUBO. This method always finds the global optima.
Gurobi sampler for the QUBO problem without minor-embedding. This method always finds the global optima, provided that parameters P and S are set up properly.
Gurobi sampler for QUBO problem with minor-embedding, requiring three parameters (P, S, chain strength). The summary of the results is presented in Table 4.
Table 4.
Gurobi solutions table. The rightmost column shows whether the global optimum was found, with the absolute energy error between the lowest Gurobi solution and the brute force global optimum.
| No. | Binary variables number | Global optimum found |
|---|---|---|
| 1 | 8 | YES |
| 2 | 10 | YES |
| 3 | 15 | YES |
| 4 | 18 | NO, wrong (22831) |
Experiments with D-Wave. We perform experiments using the D-Wave 2000Q 5.0 machine sampled 2000 times with annealing time set to
s. Figure 3 shows the energy distribution of the actual results. For Problem 1 and Problem 2, the minimal energy corresponds to the global optimum, while for Problem 3 it indicates a correct solution, but not the best possible one. All energies found for the most complex Problem 4 correspond to wrong solutions. It can be noticed that the count of wrong solutions grows along with the size of the solution space. In general, the obtained characteristics of energies remain similar to [17].
Fig. 3.
Histograms of results for the four types of workflow problems tested. The x axis represent values of energies equal to the value of minimized objective function (1). The y axis represents the probability density. For Problems 1–3 the correct solutions found are shown on the left-hand side of the spectrum.
Details of the results are described in Table 5, where the number of correct solutions found by D-Wave and their relation to the total number of correct solutions is presented. The results are compared to the global optima obtained by the brute force method. It can be noted that D-Wave results are comparable to Gurobi results. In the first two problems, workflow optimization was solved exactly and the global optimum was found. In problem 3, the Gurobi solution was still optimal, while the D-Wave solution was correct, but not the best (
worse in terms of cost; 33th out of 132 correct solutions). For problem 4 neither sampler found the global optimum.
Table 5.
Summary of D-Wave 2000Q results. The fourth column presents the number of D-Wave unique correct solutions in relation to the total number of brute force correct solutions. The fifth column indicates whether the global optimum was found, listing the absolute energy error between the lowest D-Wave solution and the brute-force global optimum. The two rightmost columns refer to the execution time and cost of the lowest D-Wave solution respectively (min means global optimum cost).
| No. | Binary variables number | Correct solutions samples (from 2000 samples) | Unique correct solutions | Global optimum found | Time | Cost |
|---|---|---|---|---|---|---|
| 1 | 8 | 98 | 10 (100%) | YES | 19 (d = 19) | 34 (min = 34) |
| 2 | 10 | 27 | 14 (77.8%) | YES | 16 (d = 19) | 40 (min = 40) |
| 3 | 15 | 4 | 4 (3.03%) | NO (6) | 16 (d = 17) | 45 (min = 40) |
| 4 | 18 | 0 | 0 (0%) | NO (65862) | N/A | N/A |
Conclusions and Future Work
In this paper we showed that it is possible to translate the workflow scheduling problem into a QUBO problem, execute it on a quantum annealer and achieve not only correct, but also globally optimal results for some of the analyzed problem instances. However, the presented method of adapting the scheduling challenge for D-Wave significantly increases the size of the problem. For example, the 18-binary variable problem required each of 39 QUBO problem variables to be represented by 11 physical qubits; thus the initial problem with a solution space size of
(
, see Sect. 4) was converted into a problem with size
–
(QUBO problem with 39 variables, 11 qubits each,
). For such a large QUBO it is difficult for the quantum annealer to find the lowest energy solution. Therefore, in the future we will focus on solutions such as domain wall encoding [7] to reduce the number of binary variables.
However, it is worth noting that for larger problems the brute force method would no longer be usable because of its exponential complexity. This leaves a space for experimenting with a quantum annealer for larger instances, as the annealing process is very fast.
To sum up, this work proved that it is possible to solve workflow scheduling problems with the use of currently existing quantum annealers. Future work might involve finding a better translation of the problem to a QUBO problem, making the Q matrix more sparse and using minor-embedding heuristics. Additionally, the problem solution could be tested on the Pegasus machine [12] upon its release. It may also be possible to divide the problem into smaller pieces – this means dividing the original problem or dividing the QUBO problem (or even using both methods in parallel) with tools such as D-Wave QBSolv [10]. Another interesting direction of research would be to compare the performance of the presented problem on the D-Wave 2000Q machine with a non-quantum Fujitsu digital annealer [28] as both machines are designed to solve problems with a similar approach but different hardware.
Acknowledgements
The research presented in this paper has been partially supported by the National Science Centre, Poland, Grant no. 2016/21/B/ST6/01497. The authors also thank Piotr Gawron, Bartłomiej Gardas, Andy Mason and Piotr Nowakowski for helpful remarks.
Footnotes
Contributor Information
Valeria V. Krzhizhanovskaya, Email: V.Krzhizhanovskaya@uva.nl
Gábor Závodszky, Email: G.Zavodszky@uva.nl.
Michael H. Lees, Email: m.h.lees@uva.nl
Jack J. Dongarra, Email: dongarra@icl.utk.edu
Peter M. A. Sloot, Email: p.m.a.sloot@uva.nl
Sérgio Brissos, Email: sergio.brissos@intellegibilis.com.
João Teixeira, Email: joao.teixeira@intellegibilis.com.
Dawid Tomasiewicz, Email: tomasiewicz.dawid@gmail.com.
Maciej Pawlik, Email: mapawlik@agh.edu.pl.
Maciej Malawski, Email: malawski@agh.edu.pl.
Katarzyna Rycerz, Email: kzajac@agh.edu.pl.
References
- 1.Abbott BP, Abbott R, Abbott T, et al. Observation of gravitational waves from a binary black hole merger. Phys. Rev. Lett. 2016;116(6):061102. doi: 10.1103/PhysRevLett.116.061102. [DOI] [PubMed] [Google Scholar]
- 2.Arabnejad H, Barbosa JG, Prodan R. Low-time complexity budget-deadline constrained workflow scheduling on heterogeneous resources. Future Gener. Comput. Syst. 2016;55:29–40. doi: 10.1016/j.future.2015.07.021. [DOI] [Google Scholar]
- 3.Baldini I, et al. Serverless computing: current trends and open problems. In: Chaudhary S, Somani G, Buyya R, et al., editors. Research Advances in Cloud Computing. Singapore: Springer; 2017. pp. 1–20. [Google Scholar]
- 4.Berriman, G., Good, J., Laity, A., et al.: Montage: a grid enabled image mosaic service for the national virtual observatory. In: Astronomical Data Analysis Software and Systems (ADASS) XIII. vol. 314, p. 593 (2004)
- 5.Bian, Z., Chudak, F., Macready, W.G., Rose, G.: The Ising model: teaching an old problem new tricks. D-Wave Syst. 2 (2010). https://www.dwavesys.com/resources/publications?type=internal#publication-230
- 6.Cai, J., Macready, W.G., Roy, A.: A practical heuristic for finding graph minors. arXiv preprint arXiv:1406.2741 (2014)
- 7.Chancellor, N.: Domain wall encoding of discrete variables for quantum annealing and QAOA. Quantum Sci. Technol. 4(4), 045004 (2019). https://iopscience.iop.org/article/10.1088/2058-9565/ab33c2
- 8.Chapuis G, Djidjev H, Hahn G, Rizk G. Finding maximum cliques on the D-Wave quantum annealer. J. Signal Process. Syst. 2019;91(3):363–377. doi: 10.1007/s11265-018-1357-8. [DOI] [Google Scholar]
- 9.Coffman EG, Bruno JL. Computer and Job-Shop Scheduling Theory. New York: Wiley; 1976. [Google Scholar]
- 10.D-Wave Systems: D-Wave Initiates Open Quantum Software Environment (2017). https://www.dwavesys.com/press-releases/d-wave-initiates-open-quantum-software-environment
- 11.D-Wave Systems Inc.: D’wave problem solving handbook. https://docs.dwavesys.com/docs/latest/_downloads/09-1171A-A_Developer_Guide_Problem_Solving_Handbook.pdf
- 12.Dattani, N., Szalay, S., Chancellor, N.: Pegasus: the second connectivity graph for large-scale quantum annealing hardware. arXiv preprint arXiv:1901.07636 (2019)
- 13.Deelman E, Gannon D, Shields M, Taylor I. Workflows and e-science: an overview of workflow system features and capabilities. Future Gener. Comput. Syst. 2009;25(5):528–540. doi: 10.1016/j.future.2008.06.012. [DOI] [Google Scholar]
- 14.Glover, F., Kochenberger, G., Du, Y.: A Tutorial on Formulating and Using QUBO Models. arXiv preprint arXiv:1811.11538 (2018)
- 15.Graham RL. Bounds for certain multiprocessing anomalies. ell Syst. Tech. J. 1966;45(9):1563–1581. doi: 10.1002/j.1538-7305.1966.tb01709.x. [DOI] [Google Scholar]
- 16.Grover, L.K.: A fast quantum mechanical algorithm for database search. In: Proceedings of the Twenty-Eighth Annual ACM Symposium on Theory of Computing, STOC 1996, pp. 212–219 (1996)
- 17.Jałowiecki, K., Więckowski, A., Gawron, P., Gardas, B.: Parallel in time dynamics with quantum annealers. arXiv preprint arXiv:1909.0429 [DOI] [PMC free article] [PubMed]
- 18.Jordan, S.: Quantum algorithms zoo web page. https://quantumalgorithmzoo.org/
- 19.Karp RM. Reducibility Among Combinatorial Problems. Boston: Springer; 1972. pp. 85–103. [Google Scholar]
- 20.Kijak, J., Martyna, P., Pawlik, M., Balis, B., Malawski, M.: Challenges for scheduling scientific workflows on cloud functions. In: 11th IEEE International Conference on Cloud Computing, CLOUD 2018, San Francisco, CA, USA, 2–7 July 2018, pp. 460–467. IEEE Computer Society (2018). 10.1109/CLOUD.2018.00065
- 21.Lewis M, Glover F. Quadratic unconstrained binary optimization problem preprocessing: theory and empirical analysis. Networks. 2017;70(2):79–97. doi: 10.1002/net.21751. [DOI] [Google Scholar]
- 22.Lucas, A.: Ising formulations of many NP problems. Front. Phys. 2, 5 (2014). 10.3389/fphy.2014.00005. https://www.frontiersin.org/article/10.3389/fphy.2014.00005
- 23.Maechling P, Chalupsky H, Dougherty M, et al. Simplifying construction of complex workflows for non-expert users of the southern california earthquake center community modeling environment. ACM SIGMOD Rec. 2005;34(3):24–30. doi: 10.1145/1084805.1084811. [DOI] [Google Scholar]
- 24.Pawlik, M., Figiela, K., Malawski, M.: Performance considerations on execution of large scale workflow applications on cloud functions. arXiv preprint arXiv:1909.03555 (2019)
- 25.Pelofske E, Hahn G, Djidjev H. Solving large maximum clique problems on a quantum annealer. In: Feld S, Linnhoff-Popien C, editors. Quantum Technology and Optimization Problems; Cham: Springer; 2019. pp. 123–135. [Google Scholar]
- 26.Shor, P.W.: Algorithms for quantum computation: discrete logarithms and factoring. In: Proceedings 35th Annual Symposium on Foundations of Computer Science, pp. 124–134. IEEE (1994)
- 27.Spillner J, Mateos C, Monge DA. FaaSter, better, cheaper: the prospect of serverless scientific computing and HPC. In: Mocskos E, Nesmachnow S, editors. High Performance Computing; Cham: Springer; 2018. pp. 154–168. [Google Scholar]
- 28.Tsukamoto S, Takatsu M, Matsubara S, Tamura H. An accelerator architecture for combinatorial optimization problems. Fujitsu Sci. Tech. J. 2017;53(5):8–13. [Google Scholar]
- 29.Venturelli, D., Marchand, D.J.J., Rojo, G.: Quantum annealing implementation of job-shop scheduling. arXiv:1506.08479 (2015)
- 30.Zhou AC, He B, Liu C. Monetary cost optimizations for hosting workflow-as-a-service in IaaS clouds. IEEE Trans. Cloud Comput. 2015;4(1):34–48. doi: 10.1109/TCC.2015.2404807. [DOI] [Google Scholar]





















































