Online Algorithms for Set Packing with Renewable Capacities
Abstract
We propose and study a new extension of the classical set packing problem, which we call the online -set packing with renewable capacities (-SPaRC) problem. In the -SPaRC setting, there is a collection of resources with associated capacities. Requests arrive one by one, and for each request, a decision has to be made to accept it or not before seeing future requests. Each request is associated with a collection of subsets of resources, with each subset having cardinality at most . When accepting a request, exactly one of these subsets must be chosen, which consumes one unit of capacity on each of the involved resources. Over time, the available resource capacities may be renewed, allowing additional requests to be accepted. Many online problems, including packing, routing, and scheduling, can be formulated as a -SPaRC problem, thus underlining its usefulness.
We first present a simple greedy algorithm that is -competitive for and -competitive if , where is the minimum capacity of the resources. We then show that, for , the greedy algorithm can be extended to an online algorithm with predictions whose competitive ratio is never worse than that of the original greedy approach and can, in fact, be reduced to a constant when the predictions are optimal. Finally, we generalize the -SPaRC problem in two meaningful ways, namely by addressing non-uniform request priorities and by handling requests with non-uniform weights.
Keywords and phrases:
Set packing, online algorithms, learning-augmented algorithmsFunding:
Christian Scheideler: DFG Projects SCHE 1592/10-1 and 1592/11-1.Copyright and License:
2012 ACM Subject Classification:
Theory of computation Online algorithmsEditors:
George B. Mertzios and Andréa W. RichaSeries and Publisher:
Leibniz International Proceedings in Informatics, Schloss Dagstuhl – Leibniz-Zentrum für Informatik
1 Introduction
The online -set packing with renewable capacities (-SPaRC) problem consists of a set of resources (simply called nodes in the following) with associated capacities . Let . Initially, the available capacity at every node is equal to . Requests arrive one by one, where each is a non-empty collection of non-empty subsets of , with each subset having cardinality at most (representing the maximum allowed resource demand per request). For each , a decision must be made to accept or reject it before seeing future requests. A request can only be accepted if there exists a set with for all . We call such sets feasible. If is accepted, exactly one feasible set must be picked, and is decreased by 1 for all nodes . Independent of the decisions and unknown to the online algorithm, the node capacities are renewed over time, i.e., there is a sequence of capacity renewal vectors over , where specifies the amount of the available capacity at node that is renewed between requests and . More specifically, given a renewal of , the available capacity of is updated to before request is proposed. The primary objective of this paper is to accept as many requests as possible, and the quality of our solutions is measured using the competitive ratio, which is the worst-case ratio of the performance of an optimal offline algorithm to that of the proposed online algorithm over any sequence of requests. We will also discuss some extensions at the end of this paper.
The -SPaRC problem has interesting applications in the context of renewable energy. Consider, for example, a future scenario in which windmills recharge batteries for package-delivering drones. Given a request to send a package from a source to a destination , where is too far away from to deliver the package on a single battery charge, several optional flight paths – in which drone batteries can be replaced en route at windmills – can then be used to ensure the package is delivered to . Any collection of such windmills may be represented as a set, and therefore, a request to deliver a package can be modeled as a collection of subsets of the set of windmills. This can be formulated as a -SPaRC problem if the number of times a battery is allowed to be replaced for a single package is upper-bounded by . We illustrate this using an example in Figure 1. Instead of windmills at fixed locations, one can also envision a scenario in which batteries are available on mobile units, like trucks, so that certain drone routes are only temporarily available.
In general, we may consider any situation in which there is a collection of suppliers of a certain type of renewable resource, and a request is only allowed to use those combinations of suppliers that do not exceed the allowed budget of any given request while satisfying its needs. In that case, we may end up with weighted combinations of suppliers, which can be modeled as multisets and can be covered by one of our extensions. The -SPaRC formulation can also cover scenarios in which suppliers are temporarily out of service (i.e., unable to deliver their available resources), provided this occurs independently of the online algorithm’s choices. In that case, a request contains only multisets of suppliers currently in service.
1.1 Our Contributions
We present a new variant of the set packing problem and show that a simple greedy algorithm is -competitive for and -competitive if , where is the minimum capacity of the resources. Its proof is inspired by an analysis of a greedy algorithm for the unsplittable flow problem [23], but the new aspect here is that we are dealing with renewable resources, which significantly complicates the witness argument in the proof.
We then show that, for , the greedy algorithm can be extended to an online algorithm with predictions whose competitive ratio is never worse than that of the original greedy approach and can, in fact, be reduced to a constant when the predictions are optimal. The key idea here is to compare the performance of an optimal algorithm with the performance of the greedy algorithm and an optimal algorithm that only have half of the capacity available in the resources, and whenever the capacity of a resource is renewed by an additive in the former case, it is only renewed by in the latter case. It turns out that the greedy algorithm still remains -competitive in that case, and the optimal algorithm for half of the capacities still remains constant competitive if . Combining these two insights then allows us to design an online algorithm with predictions that is -competitive for any predictions and constant competitive if the predictions are optimal, under the assumption that .
Finally, we generalize the -SPaRC problem in two meaningful ways, namely by addressing non-uniform request priorities and by handling requests with non-uniform weights. In fact, given a maximum priority of , a competitive ratio of can be reached, and given a maximum weight of , a competitive ratio of can be reached.
1.2 Related Work
Set packing is a fundamental problem that belongs to Karp’s -complete problems [22]. Suppose that we are given a finite set and a collection of subsets of . Then, the (decision variant of the) set packing problem asks if there are pairwise disjoint subsets in . The set packing problem is not only -complete, but its optimization version has been shown to be as hard to approximate as the maximum clique problem by Hazan, Safra, and Schwartz [19], and the best known algorithm approximates it within a factor of (see the work of Halldórsson, Kratochvíl, and Telle [18]). A more tractable problem is the -set packing problem in which each set contains at most elements. When , the problem is trivial, and when , the problem is equivalent to finding a maximum cardinality matching, which can be solved in polynomial time. For any , the problem is -hard, as it is a generalization of the -dimensional matching problem, and Karp [22] showed that -dimensional matching is -hard. However, there are constant-factor approximation algorithms (e.g., Cygan [9], Fürer and Yu [15]).
-set packing is equivalent to -hypergraph matching where the sets of size at most correspond to hyperedges of size at most . Online -hypergraph matching has been studied by Tröbst and Udwani [30], where they show that any (randomized) online algorithm has competitive ratio at least . (Note that they define competitive ratio inversely to the definition used in this paper, i.e., they consider the ratio of the algorithm performance to the optimal performance.) They also study the version of the problem where edges are allowed to be assigned fractionally. Notice that -hypergraph matching differs from -SPaRC in two ways: the hyperedges (sets) are disjoint and the nodes are not renewable.
A closely related problem to our formulation of the online -set packing problem (without considering renewable capacities) is the online unsplittable flow problem (UFP), also referred to as the online unsplittable routing problem. In online UFP, we are given an undirected graph consisting of nodes and positive real-valued edge capacities. Each request comes in as a tuple of its associated source and destination nodes, along with a corresponding demand . The goal is to maximize the number of requests accepted. We can successfully satisfy a request if there exists a path in the graph such that each involved edge has sufficient capacity to satisfy the given demand (and the flow is never split amongst multiple paths). Once a request is accepted, the capacities along the chosen path will be updated accordingly. One can observe that online UFP, where each demand is exactly , can be modeled using our formulation of online -set packing, where each element is an edge, and each collection of elements represents a potential flow path to satisfy a given request. Furthermore, would be an upper bound on the length of any flow path in the graph. The online version of the UFP was first studied by Awerbuch, Azar, and Plotkin [2], who considered the case where the minimum edge capacity is and designed an -competitive algorithm. Over the years, various works have continued to study the problem, aiming to improve the competitive ratio by leveraging different parameters (e.g., flow number by Kolman and Scheideler [23]) or different techniques (e.g., primal-dual technique by Buchbinder and Naor [8]).
Motivated by packet forwarding, Emek, Halldórsson, Mansour, Patt-Shamir, Radhakrishnan, and Rawitz [12, 13] introduced a formulation of the online set packing problem where initially we are aware of several subsets of whose elements are unknown, and elements arrive in an online manner, revealing which subset(s) they belong to. The goal is to irrevocably assign incoming elements to one of their potential subsets such that the total number of subsets with all elements assigned is maximized. For this formulation, they developed a randomized distributed algorithm to solve the problem and showed a nearly matching lower bound on the competitive ratio that holds even in the centralized setting. This version of the online set packing problem, where subsets are inputs and elements are requests, is a variant of -SPaRC where the roles are reversed. Thus, solutions to -SPaRC are not applicable to this formulation.
There is also some overlap between -SPaRC and the online knapsack problem. In the online knapsack problem, a knapsack of some capacity receives elements one by one, each with a specific weight and value. An irrevocable decision to accept or reject the element is made, and the goal is to maximize the total value of the elements accepted to the knapsack without exceeding its capacity. One may notice that for the version of online knapsack where all elements have the same value but possibly different integer-value weights, this may be modeled as the non-uniform weight version of the -SPaRC problem (see Section 4). The work of Marchetti-Spaccamela and Vercellis [29] was the first to study the online knapsack problem and showed that in the general case, there is no online algorithm that can achieve a non-trivial competitive ratio. The work of Zhou, Chakrabarty, and Lukose [32] subsequently studied this problem by assuming that the weight of each item is much smaller than the knapsack capacity and that the value-weight ratio of each item is lower and upper bounded by two constants and , respectively. They were able to design an algorithm that solves the online knapsack with competitive ratio , which they showed to be optimal. There has been much subsequent research on the problem, and the interested reader may refer to the survey by Böckenhauer, Hromkovič, Komm, Rossmanith, and Stocker [5].
Another line of work related to -SPaRC is augmenting online algorithms with replenishment, as done by Kang, Liu, and Udwani [21]. They introduce a black-box method that extends many existing online resource allocation algorithms (for resources with fixed capacities) to work with an arbitrary (adversarial or stochastic) replenishment process.
As mentioned earlier, drone routing can be modeled via the -SPaRC problem. In particular, consider a graph where the vertices are windmills at which drone batteries can be stored/charged. Each node’s capacity represents the number of drone batteries that can be stored/charged at that node. The input is a sequence of delivery requests, where each request consists of a sequence of at most nodes to be traversed by a drone (to deliver a package from a starting point to an ending point). The goal is to satisfy the maximum number of requests, where a request is satisfied if each node in the assignment has non-zero capacity when the request is being serviced. Drone routing is a more recent variant of the vehicle routing problem, introduced by Dantzig and Ramser [11], a source of active research for the past 67 years. An excellent survey on various work that has been done in this area is that of Laporte [25]. Macrina, Di Puglia Pugliese, Guerriero, and Laporte [28] provide a wonderful survey of work focused on drone routing.
Many works have considered providing additional information to an online algorithm in order to improve its performance. One important model is the advice model, where an oracle has advance knowledge of the entire input, chooses to encode some information in a string of bits, and makes this string available to the algorithm throughout the runtime to aid in the computation. For more information on this advice model, please see the relevant section in Komm [24] and the survey by Boyar, Favrholdt, Kudahl, Larsen, and Mikkelsen [6]. Typically, the oracle is assumed to be correct. Learning-augmented algorithms, also known as algorithms with predictions, attempt to capture more realistic situations where the information, potentially generated by a machine learning algorithm, may not always be correct. In this model, introduced by Lykouris and Vassilvitskii [27], the prediction may or may not be correct. Algorithms are then designed to leverage correct predictions to achieve better performance while withstanding incorrect predictions, i.e., performing as well as if no prediction was available. To the best of our knowledge, there has been no prior attempt to study the set packing problem, let alone the -SPaRC problem, in a learning-augmented model. However, in this setting, the knapsack problem has been studied [1, 3, 7, 10, 16, 17, 20, 26, 31].
It should be noted that there are many packing problems that may seem related to set packing, such as bin packing, but are, in fact, different and the solutions to these problems do not immediately apply to set packing.
2 Bounded Greedy Algorithm
For any resource and (specifying the unavailable capacity in ) let . Let the weight of a set be defined as . Our Bounded Greedy Algorithm (BGA) works as follows: Let be a suitable parameter. Given a request , accept it whenever there is a feasible set with , and pick any such set in this case. Otherwise, reject it. We show the following result.
Theorem 1.
The BGA with is -competitive for and 3-competitive for .
Proof.
First, consider the case . Let be the set of requests accepted by the BGA and be the set of requests accepted by the optimal offline solution . Furthermore, let . Our goal will be to show that can be upper-bounded in terms of , which will then allow us to determine the competitive ratio of the BGA.
Consider any request . Since was not accepted by the BGA, it must hold for the set taken by OPT that
-
1.
was infeasible or
-
2.
at the point when the BGA considered . We will capture these two cases via some appropriate potential function. For any let the potential of be defined as , where is the available capacity at when the BGA considered , and let . It holds that
Since is monotonically decreasing with increasing and therefore attains its maximum at ,
In case 1, there must be a node with and, therefore,
In case 2, we see that
because in case 2, .
Thus, in both cases, . Therefore,
Next, we will upper bound the right-hand side in terms of . For that, we have to determine how to formulate suitable weights for the requests in so that they cover .
Note that if , i.e., has not been used by any request or its capacity has been fully recharged in the meantime, . Thus, whenever , this is witnessed by requests whose BGA-sets include . Given a request and a node , let be the available capacity at when the BGA considers . Consider the capacity of to be represented by a stack of many slots with heights 0 to , where the lowest slots are occupied by the BGA-requests that were last accepted by the BGA and whose sets include , ordered from the oldest at slot 0 to the youngest at slot (see Figure 2). If we now charge a weight of to each request of height , we can cover in . To determine the maximum total weight a request can contribute to node in , we first observe that the initial height of at is , where is the available capacity at when considering , and afterwards the height of in monotonically decreases over time. More precisely, whenever the capacity at gets renewed by , the height of drops by , and once the height of drops below 0 this way, it will not be considered for future requests accepted by OPT. Certainly, cannot be charged for an arbitrary number of requests in OPT because once has been used by many requests accepted by OPT, OPT can only choose for additional requests if its capacity gets renewed. Hence, the total weight that needs to be charged to w.r.t. node gets maximized if it stays at its initial height for many OPT requests and additionally many OPT requests at height for all . Thus, the maximum total weight that a request contributes to node in is at most
From the equation it easily follows that and we already stated above that the function is monotonically decreasing for . Thus, for all and . Moreover, if then . Thus, for ,
Therefore,
for and . Since , the theorem follows.
It remains to consider the case . For , is always 1. Therefore, the BGA with accepts any request that has a set with , and picks any such node for in this case. Thus, for any request , the node in taken by was infeasible for the BGA because . This implies that
and therefore,
To cover , it suffices for every request accepted by the BGA to assign a weight of at most
to (the node picked by) . Hence,
which implies that the BGA is 3-competitive in this case.
Due to a lower bound of in [23] that holds for any and any deterministic online algorithm for (a special case of) the -SPaRC problem, the upper bound is almost optimal. The theorem also implies that for and , the BGA is -competitive.
3 Bounded Greedy Algorithm with Predictions
Next, we will investigate how the BGA can be combined with predictions so that, for the case that the predictions are good, a constant competitive ratio can be reached, while for the case that the predictions are bad, the BGA with predictions will have a competitive ratio that is not worse than the competitive ratio of the original BGA algorithm.
Consider any with . First, we want to compare the performance of BGA() with OPT, where the bounded greedy algorithm BGA() can only use a -fraction of the capacities of the nodes. More precisely, initially, for every node , the available capacity at for BGA() is just , and it takes capacity renewals at until the capacity for BGA() renews by 1. In this case, it holds:
Theorem 2.
For any with and , BGA() with is -competitive for and -competitive if .
Proof.
For simplicity, redefine the node capacities so that BGA() is operating on the original capacities while OPT is operating on the capacities . Then the proof follows along the same lines as the proof of Theorem 1. The only difference is that we have to adapt the weight associated with a request to cover (where is defined as before because we consider here the situation of the BGA). More precisely, a request might be used up to times as witness for some request accepted by OPT before changing its height due to capacity renewals, and afterwards, in the worst case up to times as witness for each height . This increases the weight associated with by a factor of , which increases the competitive ratio by a factor of , resulting in . Substituting by results in the bound in Theorem 2 for . The special case follows along the same lines.
Since the number of requests accepted by OPT is at least as large as the number of requests accepted by the BGA, Theorem 2 immediately implies the following result, where, analogously to BGA(1/2), OPT(1/2) is the optimal algorithm that has only half of the capacity of OPT.
Corollary 3.
OPT(1/2) is -competitive compared to OPT.
For , we can prove a stronger result.
Theorem 4.
If for a sufficiently large constant , then OPT(1/2) is constant competitive compared to OPT.
Proof.
The proof uses the Lovász Local Lemma (LLL) [14]:
Lemma 5 (Lovász Local Lemma).
Let be events in an arbitrary probability space. Suppose that is a dependency graph of these events and that there are real numbers for all with
for all . Then,
In particular, with positive probability no bad event holds.
Let be the requests accepted by OPT for the original capacities, and let be the set selected for . We assume for the rest of the proof that and is above a sufficiently large constant since otherwise the theorem is trivially true. Consider the random experiment that for each of the accepted requests , OPT(1/2) decides independently of the other requests with probability for some constant whether to accept as well. Let event be true iff OPT(1/2) accepts at most requests. Then it follows from the Chernoff bounds that
Furthermore, for every node and request with , let event be true iff OPT(1/2) uses more than of ’s capacity after considering , i.e., the available capacity is less than . To bound the probability that is true, let be the total amount of used capacity in after OPT considered and the random variable be the total amount of used capacity in after OPT(1/2) considered . Certainly, . Since the decision to accept a request accepted by OPT is done independently of the other requests, it follows from the Chernoff bounds that
To determine the dependencies between the events , we use w.l.o.g. the rule that whenever the used capacity of a node is , this is due to the last requests accepted by OPT with . In this case, two events and are dependent if and only if and there is a node where and witnessed the used capacity in at the same time. Since can only witness a used capacity in nodes and for each such , can witness a used capacity jointly with at most many other requests, it follows that can depend on at most many other events . Furthermore, all events depend on . For all events let us choose , and for event choose . Then it follows that
if for some sufficiently large constant and is above a sufficiently large constant. Thus,
Moreover,
Since if the constant in is large enough, it follows that
Thus, due to the LLL, with positive probability, no bad event or holds, which means we have a valid solution for OPT(1/2) with constant competitiveness.
The condition in Theorem 4 that is best possible up to constant factors, as shown in the following lemma.
Lemma 6.
For , OPT(1/2) cannot be constant competitive compared to OPT.
Proof.
The independence number of a hypergraph , denoted by , is the maximum size of a subset that does not contain an edge of the hypergraph. Consider a random -regular -uniform hypergraph with . For any node let be the set of hyperedges containing . To obtain an instance of the -SPaRC problem, consider the requests on the resource set with for all . If all resources have capacity , then all requests can be accepted because each hyperedge (representing a resource) is requested by exactly requests. However, if all resources have a capacity of , the maximum number of requests that can be accepted is equal to the independence number . Bennett and Frieze [4] have shown that for random -regular -uniform hypergraphs , converges to for any fixed and being sufficiently large, which implies that a constant factor difference between and w.r.t. the maximum number of accepted requests is only achieved if , resulting in the lemma. In fact, for the special case of , the difference is as high as , and therefore, for , there are instances of the -SPaRC problem where OPT(1/2) is just -competitive compared to OPT.
Now, we are ready to explain how to extend the BGA with predictions. Suppose, for simplicity, that all nodes have even capacities. In this case, we can evenly distribute the capacity of among two copies and so that each copy has a capacity of . Whenever there is a renewal of the capacity of , the renewed capacity will alternately be given to and . The available capacities in the copies are exclusively available for some oracle that uses predictions, while the available capacities of the copies are exclusively available for the BGA. Whenever the BGA accepts a request, is not consulted, but whenever the BGA does not accept a request and there is at least one feasible set w.r.t. the copies , we consult whether to accept the request, and if so, which feasible set to take.
Theorem 7.
If is -competitive w.r.t. OPT(1/2) and for a sufficiently large constant then BGA() is -competitive.
Hence, our BGA with predictions can make the best use of the predictions without sacrificing the original competitive ratio of the original BGA.
4 Extensions
In this section, we study two extensions of the basic -SPaRC problem.
4.1 Non-uniform priorities
Suppose that each request has a priority and the goal is to maximize the sum of the priorities of the accepted requests. Furthermore, suppose that the maximum priority is known in advance to the online algorithm and that . Then we can use the following priority-based BGA algorithm: Use the standard trick of cutting the requests into priority classes, where priority class contains all priorities in the interval , and reserve a fraction of the capacity of each node for each priority class. Moreover, capacity renewals are evenly distributed among the reserved capacities. Then it follows from Theorem 2:
Theorem 8.
If and is an integer multiple of , the priority-based BGA with is -competitive for and -competitive for .
Hence, if and then the priority-based BGA is -competitive.
4.2 Non-uniform weights
Suppose that we allow the sets a request can choose from to be arbitrary non-empty multisets of of size at most , where a node in can occur up to times in a multiset , for some . Note that in this case, as well, i.e., we do not have to consider the special case . Then we can use the following weighted BGA algorithm: Given a request , accept it whenever there is a feasible multiset with , and pick any such set in this case. A multiset is feasible if for every , , where is the number of times appears in , and the weight is defined as
where is defined as before. Then it follows:
Theorem 9.
If then the weighted BGA with is -competitive.
Proof.
Let , , and be defined as in the proof of Theorem 1. Consider any request . Since was not accepted by the weighted BGA, it must hold for the set taken by OPT that (1) was infeasible or (2) at the point where the BGA considered . We capture these two cases via a potential function with
In case 1, there must be a node with and therefore there is some in where . Thus,
In case 2, we see that
Thus, in both cases,
Note that if , i.e., has not been used by any request or its capacity has been fully recharged in the meantime, for all . Thus, whenever , this is witnessed by requests whose BGA-sets include . For the charging argument, for every slot occupied by a request in ,
has to be used, where the last term is due to the fact that may also contain ’s with negative ’s, which is covered by the request currently responsible for the lowest capacity slot in . Note that
Continuing like in the proof of Theorem 1 will then result in the theorem.
5 Conclusion
In this paper, we introduced the -SPaRC problem and showed that simple greedy algorithms have a low competitive ratio for it and its extensions. We also extend the greedy approach to an online algorithm with predictions for the -SPaRC problem with that is never worse than the greedy algorithm without predictions and can reach a constant competitive ratio in case of optimal predictions. The problem is further generalized to address both non-uniform request priorities and requests with non-uniform weights.
In the future, it will be interesting to investigate various extensions to our formulation. For example, strengthening the analysis to accommodate temporary modifications to the maximum capacity of any involved resource , potentially resulting from maintenance and future upgrades. It might also be worth exploring a modification where, after accepting one request, it can adaptively be updated – midway to use a different set of resources while still satisfying the cap – to accommodate new incoming requests, thereby maximizing the total number of requests satisfied. In applications such as drone delivery, further improvements of the competitive ratio might be possible by allowing delayed decisions or load balancing via service drones.
References
- [1] Spyros Angelopoulos and Shahin Kamali. Rényi-ulam games and online computation with imperfect advice. In MFCS, volume 272 of LIPIcs, pages 13:1–13:15, 2023. doi:10.4230/LIPIcs.MFCS.2023.13.
- [2] Baruch Awerbuch, Yossi Azar, and Serge Plotkin. Throughput-competitive on-line routing. In Proceedings of 1993 IEEE 34th Annual Foundations of Computer Science, pages 32–40. IEEE, 1993. doi:10.1109/SFCS.1993.366884.
- [3] Jakub Balabán, Matthias Gehnen, Henri Lotze, Finn Seesemann, and Moritz Stocker. Online knapsack problems with estimates. In 50th International Symposium on Mathematical Foundations of Computer Science, MFCS, volume 345 of LIPIcs, pages 12:1–12:19. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2025. doi:10.4230/LIPIcs.MFCS.2025.12.
- [4] Patrick Bennett and Alan M. Frieze. On the chromatic number of random regular hypergraphs. SIAM J. Discret. Math., 38(2):1369–1380, 2024. doi:10.1137/22M1544476.
- [5] Hans-Joachim Böckenhauer, Juraj Hromkovič, Dennis Komm, Peter Rossmanith, and Moritz Stocker. A survey of online knapsack problems. Discrete Applied Mathematics, 378:492–507, 2026. doi:10.1016/j.dam.2025.08.011.
- [6] Joan Boyar, Lene M. Favrholdt, Christian Kudahl, Kim S. Larsen, and Jesper W. Mikkelsen. Online algorithms with advice: A survey. ACM Computing Surveys (CSUR), 50(2):1–34, 2017. doi:10.1145/2993749.2993766.
- [7] Joan Boyar, Lene M. Favrholdt, and Kim S. Larsen. Online unit profit knapsack with untrusted predictions. In SWAT, volume 227 of LIPIcs, pages 20:1–20:17. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2022. doi:10.4230/LIPIcs.SWAT.2022.20.
- [8] Niv Buchbinder and Joseph Naor. Online primal-dual algorithms for covering and packing. Mathematics of Operations Research, 34(2):270–286, 2009. doi:10.1287/moor.1080.0363.
- [9] Marek Cygan. Improved approximation for 3-dimensional matching via bounded pathwidth local search. In 54th Annual IEEE Symposium on Foundations of Computer Science, FOCS, pages 509–518. IEEE Computer Society, 2013. doi:10.1109/FOCS.2013.61.
- [10] Mohammadreza Daneshvaramoli, Helia Karisani, Adam Lechowicz, Bo Sun, Cameron N. Musco, and Mohammad Hajiesmaili. Near-optimal consistency-robustness trade-offs for learning-augmented online knapsack problems. In ICML, volume 267 of Proceedings of Machine Learning Research, pages 12459–12489. PMLR, 13–19 July 2025. URL: https://proceedings.mlr.press/v267/daneshvaramoli25a.html.
- [11] George B. Dantzig and John H. Ramser. The truck dispatching problem. Management science, 6(1):80–91, 1959. doi:10.1287/mnsc.6.1.80.
- [12] Yuval Emek, Magnús M Halldórsson, Yishay Mansour, Boaz Patt-Shamir, Jaikumar Radhakrishnan, and Dror Rawitz. Online set packing and competitive scheduling of multi-part tasks. In Proceedings of the 29th ACM SIGACT-SIGOPS symposium on Principles of distributed computing, pages 440–449, 2010. doi:10.1145/1835698.1835800.
- [13] Yuval Emek, Magnús M Halldórsson, Yishay Mansour, Boaz Patt-Shamir, Jaikumar Radhakrishnan, and Dror Rawitz. Online set packing. SIAM Journal on Computing, 41(4):728–746, 2012. doi:10.1137/110820774.
- [14] Paul Erdős and László Lovász. Problems and results on 3-chromatic hypergraphs and some related questions. In Infinite and Finite Sets (Colloq. Math. Soc. J. Bolyai, Vol. 11), pages 609–627. North-Holland, 1975.
- [15] Martin Fürer and Huiwen Yu. Approximating the k -set packing problem by local improvements. In Combinatorial Optimization - Third International Symposium, ISCO, volume 8596 of Lecture Notes in Computer Science, pages 408–420. Springer, 2014. doi:10.1007/978-3-319-09174-7_35.
- [16] Matthias Gehnen, Henri Lotze, and Peter Rossmanith. Online simple knapsack with bounded predictions. In STACS, volume 289 of LIPIcs, pages 37:1–37:20. Schloss Dagstuhl – Leibniz-Zentrum für Informatik, 2024. doi:10.4230/LIPIcs.STACS.2024.37.
- [17] Mohammad H. Hajiesmaili. Trade-off analysis in learning-augmented algorithms with societal design criteria. SIGMETRICS Perform. Evaluation Rev., 51(2):53–58, 2023. doi:10.1145/3626570.3626590.
- [18] Magnús M. Halldórsson, Jan Kratochvíl, and Jan Arne Telle. Independent sets with domination constraints. Discret. Appl. Math., 99(1-3):39–54, 2000. doi:10.1016/S0166-218X(99)00124-9.
- [19] Elad Hazan, Shmuel Safra, and Oded Schwartz. On the complexity of approximating k-set packing. Comput. Complex., 15(1):20–39, 2006. doi:10.1007/S00037-006-0205-6.
- [20] Sungjin Im, Ravi Kumar, Mahshid Montazer Qaem, and Manish Purohit. Online knapsack with frequency predictions. In NeurIPS, pages 2733–2743, 2021. URL: https://dl.acm.org/doi/10.5555/3540261.3540470.
- [21] Suho Kang, Ziyang Liu, and Rajan Udwani. A black-box approach for exogenous replenishment in online resource allocation. In International Conference on Integer Programming and Combinatorial Optimization, pages 326–340. Springer, 2025. doi:10.1007/978-3-031-93112-3_24.
- [22] Richard M. Karp. Reducibility among combinatorial problems. In Proceedings of a symposium on the Complexity of Computer Computations, The IBM Research Symposia Series, pages 85–103, 1972. doi:10.1007/978-1-4684-2001-2_9.
- [23] Petr Kolman and Christian Scheideler. Improved bounds for the unsplittable flow problem. Journal of Algorithms, 61(1):20–44, 2006. doi:10.1016/j.jalgor.2004.07.006.
- [24] Dennis Komm. An introduction to online computation. Springer, 2016. URL: https://link.springer.com/book/10.1007/978-3-319-42749-2.
- [25] Gilbert Laporte. Fifty years of vehicle routing. Transportation science, 43(4):408–416, 2009. doi:10.1287/trsc.1090.0301.
- [26] Adam Lechowicz, Rik Sengupta, Bo Sun, Shahin Kamali, and Mohammad Hajiesmaili. Time fairness in online knapsack problems. In ICLR, 2024. URL: https://openreview.net/forum?id=9kG7TwgLYu.
- [27] Thodoris Lykouris and Sergei Vassilvitskii. Competitive caching with machine learned advice. Journal of the ACM (JACM), 68(4):1–25, 2021. doi:10.1145/3447579.
- [28] Giusy Macrina, Luigi Di Puglia Pugliese, Francesca Guerriero, and Gilbert Laporte. Drone-aided routing: A literature review. Transportation Research Part C: Emerging Technologies, 120:102762, November 2020. doi:10.1016/j.trc.2020.102762.
- [29] Alberto Marchetti-Spaccamela and Carlo Vercellis. Stochastic on-line knapsack problems. Mathematical Programming, 68:73–104, 1995. doi:10.1007/BF01585758.
- [30] Thorben Tröbst and Rajan Udwani. Almost tight bounds for online hypergraph matching. Operations Research Letters, 55:107143, 2024. doi:10.1016/j.orl.2024.107143.
- [31] Ali Zeynali, Bo Sun, Mohammad Hassan Hajiesmaili, and Adam Wierman. Data-driven competitive algorithms for online knapsack and set cover. In AAAI, pages 10833–10841. AAAI Press, 2021. doi:10.1609/AAAI.V35I12.17294.
- [32] Yunhong Zhou, Deeparnab Chakrabarty, and Rajan M. Lukose. Budget constrained bidding in keyword auctions and online knapsack problems. In Christos H. Papadimitriou and Shuzhong Zhang, editors, Internet and Network Economics, 4th International Workshop, WINE 2008, Shanghai, China, December 17-20, 2008. Proceedings, Lecture Notes in Computer Science, pages 566–576. Springer, 2008. doi:10.1007/978-3-540-92185-1_63.
