pith. sign in

arxiv: 2605.10917 · v1 · submitted 2026-05-11 · 💻 cs.LG · cs.MA· cs.RO

Optimal and Scalable MAPF via Multi-Marginal Optimal Transport and Schr\"odinger Bridges

Pith reviewed 2026-05-12 03:48 UTC · model grok-4.3

classification 💻 cs.LG cs.MAcs.RO
keywords multi-agent path findingmulti-marginal optimal transportSchrödinger bridgeslinear programmingtotally unimodularSinkhorn algorithmentropic regularizationanonymous assignment
0
0 comments X

The pith

MAPF on graphs reduces to a polynomial-sized linear program via Markovian multi-marginal optimal transport.

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The paper shows that anonymous multi-agent path finding, where robots must reach targets on a finite connected graph without assigned pairs, can be reformulated as a multi-marginal optimal transport problem that exploits the graph's Markovian transition structure. This structure collapses the usual exponential-size joint transport plan into a linear program whose size grows only polynomially with the graph. Under the anonymity condition and standard assumptions, the LP is feasible and totally unimodular, so its optimum is an integral assignment of non-overlapping paths in both space and time. For large instances the same model is relaxed through Schrödinger bridges to an entropically regularized problem solved iteratively by Sinkhorn methods, after which the resulting fractional plan templates a smaller LP that recovers near-optimal integral solutions.

Core claim

Anonymous MAPF is equivalent to a special Markovian MMOT on the graph, under which the joint transport plan over all agents reduces to a polynomial-sized LP. This LP is feasible and totally unimodular, producing minimum-cost integral {0,1} transports that never overlap in space or time. The Schrödinger-bridge relaxation further converts the problem to an entropic regularization of the MMOT that admits an iterative Sinkhorn-type algorithm; the resulting shadow fractional transport then serves as a template for a reduced LP that yields near-optimal integral solutions at substantially lower complexity.

What carries the argument

Markovian multi-marginal optimal transport (MMOT) on graphs, whose structure collapses the exponential joint plan to a polynomial linear program; the Schrödinger-bridge entropic regularization then supplies the scalable fractional template.

If this is right

  • The resulting LP produces min-cost integral transports with no space-time overlaps.
  • Schrödinger bridges yield an iterative Sinkhorn solution for the entropically regularized problem.
  • The fractional shadow transport serves as a template that reduces the final LP size while preserving near-optimality.
  • The overall approach scales to large graphs while retaining integral, collision-free solutions.

Where Pith is reading between the lines

These are editorial extensions of the paper, not claims the author makes directly.

  • Existing optimal-transport libraries could be repurposed to solve MAPF instances without writing custom path-finding code.
  • The Markovian reduction may extend to continuous-time or stochastic dynamics on the same graph by replacing the discrete transition matrix with the appropriate generator.
  • Seeding the reduced LP with the bridge solution could be tested on graphs with obstacles or time-varying edge costs to measure how often optimality is retained.

Load-bearing premise

The graph dynamics are Markovian and the assignment is anonymous, so that the multi-marginal transport reduces to a totally unimodular linear program whose integral solutions avoid all space-time overlaps.

What would settle it

An explicit graph, set of agents, and targets satisfying the stated conditions for which the LP optimum is fractional or any integral solution produced by the reduced bridge template contains a space-time overlap.

Figures

Figures reproduced from arXiv: 2605.10917 by Joseph W. Durham, Usman A. Khan.

Figure 1
Figure 1. Figure 1: A 10 × 10 grid with {50, 25} robots ▲ and targets •, and {0, 50} obstacles. ily placed obstacles alter the connectivity and diameter of the underlying graph, and it no longer remains a regular grid. We next demonstrate the Schrodinger shadow trans- ¨ port (P2) in [PITH_FULL_IMAGE:figures/full_fig_p008_1.png] view at source ↗
Figure 2
Figure 2. Figure 2: (Left) Optimal P1; (Middle) Schrodinger shadow ¨ P2; (Right) Integral projection P3. Top (N = 20, T = 15): P1 cost 181; P2 cost 1053; P3 with 23% edges retained at cost 181, i.e., 0% degradation. Bottom (N = 80, T = 10): P1 cost 402; P2 cost 3160; P3 with 22% edges retained at cost 436, i.e., 8.5% degradation [PITH_FULL_IMAGE:figures/full_fig_p009_2.png] view at source ↗
Figure 3
Figure 3. Figure 3: Scalable MAPF: The vertical axis plots the cost degradation x, i.e., the cost of transport obtained from P3 is (1 + x)copt, where copt is the optimal min-cost from P1; the horizontal axis plots the % of edges retained from the full P1 transport [PITH_FULL_IMAGE:figures/full_fig_p009_3.png] view at source ↗
Figure 4
Figure 4. Figure 4: Runtime scaling across 162 runs at 5% robot density, T = 30. (Left) Solve time of P1 (circles) and P2+P3 (squares) versus K; curves show power-law fits aKp + b. (Right) Speedup versus K; the green line connects averages, the shaded band shows ±1 std. dev., and red annotations indicate the average cost gap. 9 [PITH_FULL_IMAGE:figures/full_fig_p009_4.png] view at source ↗
Figure 5
Figure 5. Figure 5: examines the cost-gap-versus-speedup tradeoff from two perspectives. The left panel plots the cost gap against the speedup for each of the 162 individual runs, colored by the number of vertices K. The cluster structure confirms that larger instances achieve higher speedups at comparable or lower cost gaps, i.e., the shadow-based pruning becomes more effective as K grows. The right panel plots the average c… view at source ↗
Figure 6
Figure 6. Figure 6: Pipeline decomposition across 8 grid sizes at 5% robot density, T = 30; all values are averages over 14–25 independent instances. (Left) Solve time of P1 (gray bars) versus the Sinkhorn (P2, blue) and LP solve (P3, red) components of the pipeline; connected dots trace the scaling shape of each; italic percentages show the Sinkhorn share of the P2+P3 time. (Right) Number of LP variables in P1 (blue) versus … view at source ↗
Figure 7
Figure 7. Figure 7: Parameter sensitivity across 260 runs (13 instances, 20 combinations each) at K = 10,000, T = 30. (Left) Dual-axis plot at λ = 0: effective Sinkhorn sweeps (left axis, blue) and cost gap (%, right axis, red) versus ε; shaded bands show ±1 standard deviation across instances. (Middle) Cost gap versus edges kept (%) for all 233 feasible runs, colored by ε. (Right) Average cost gap versus ε for each λ. 19 [P… view at source ↗
Figure 8
Figure 8. Figure 8: (right) compares the uniform and non-uniform averages. Every solution is verified integral [PITH_FULL_IMAGE:figures/full_fig_p020_8.png] view at source ↗
Figure 9
Figure 9. Figure 9: A 25 × 25 grid with {200} robots ▲, {200} targets •, and {225} obstacles. Every cell is either a robot, a target, or an obstacle. The robot trajectories come from the min-cost transport obtained by solving P1 over T = 12. 22 [PITH_FULL_IMAGE:figures/full_fig_p022_9.png] view at source ↗
Figure 10
Figure 10. Figure 10: A larger 40 × 40 grid with 300 robots ▲, 300 targets •, and 100 obstacles. The robot trajectories come from the min-cost transport obtained by solving P1 over T = 6. 23 [PITH_FULL_IMAGE:figures/full_fig_p023_10.png] view at source ↗
Figure 11
Figure 11. Figure 11: A larger 40 × 40 grid with 800 robots ▲ and 800 targets •; every cell is either occupied by a robot or a target. The robot trajectories come from the min-cost transport obtained by solving P1 over T = 6. 24 [PITH_FULL_IMAGE:figures/full_fig_p024_11.png] view at source ↗
Figure 12
Figure 12. Figure 12: Min-cost vs. Min-makespan: A 6 × 8 grid with 4 robots ▲, 4 targets •, and 16 obstacles. Edges in the gray shaded region have cost 10; rest follow our move-wait cost convention. With T = 10, the min-cost transport avoids the high cost interior and takes the robots from the boundary of the grid, with all one-cost moves for a total of 40. 25 [PITH_FULL_IMAGE:figures/full_fig_p025_12.png] view at source ↗
Figure 13
Figure 13. Figure 13: Min-cost vs. Min-makespan: A 6 × 8 grid with 4 robots ▲, 4 targets •, and 16 obstacles. Edges in the gray shaded region have cost 10; rest follow our move-wait cost convention. With T = 9, all robots cannot travel on the boundary as that requires 10 moves; the min-cost transport therefore takes two robots from the boundary in 9 steps each, and two from the higher cost interior edges for a total cost of 82… view at source ↗
Figure 14
Figure 14. Figure 14: Min-cost vs. Min-makespan: A 6 × 8 grid with 4 robots ▲, 4 targets •, and 16 obstacles. Edges in the gray shaded region have cost 10; rest follow our move-wait cost convention. With T = 8, boundary paths are no longer feasible within the given time horizon. All robots must travel through the interior edges to reach the targets for a total cost of 132. 27 [PITH_FULL_IMAGE:figures/full_fig_p027_14.png] view at source ↗
Figure 15
Figure 15. Figure 15: Min-cost vs. Min-makespan: A 6 × 8 grid with 4 robots ▲, 4 targets •, and 16 obstacles. Edges in the gray shaded region have cost 10; rest follow our move-wait cost convention. We choose the cost structure described in Assumption 3.5. P1 consequently provides the minimum makespan solution that terminates the robot motion in 5 steps, i.e., achieves the minimum makespan, when solved over a longer T = 10 hor… view at source ↗
Figure 16
Figure 16. Figure 16: A 40 × 40 grid with 80 robots ▲, 80 targets •, and T = 10. The robot paths are superimposed over the horizon T. The first figure is the Schrodinger shadow that shows the likely mass transport obtained by solving ¨ P2 after τ¯ Sinkhorn iterations in Appendix G; ε = 0.2, τ¯ = 50. The next figures show the integral projection P3 by keeping the highest-valued X% of edges from the shadow. Cost is compared with… view at source ↗
Figure 17
Figure 17. Figure 17: A 40 × 40 grid with 80 robots ▲, 80 targets •, and T = 10. The robot paths are superimposed over the horizon T. The first figure is the Schrodinger shadow that shows the likely mass transport obtained by solving ¨ P2 after τ¯ Sinkhorn iterations in Appendix G; ε = 0.5, τ¯ = 10. The next figures show the integral projection P3 by keeping the highest-valued X% of edges from the shadow. Cost is compared with… view at source ↗
Figure 18
Figure 18. Figure 18: A 40 × 40 grid with 80 robots ▲, 80 targets •, and T = 10. The robot paths are superimposed over the horizon T. The first figure is the Schrodinger shadow that shows the likely mass transport obtained by solving ¨ P2 after τ¯ Sinkhorn iterations in Appendix G; ε = 50, τ¯ = 5. The next figures show the integral projection P3 by keeping the highest-valued X% of edges from the shadow. Cost is compared with t… view at source ↗
read the original abstract

We consider anonymous multi-agent path finding (MAPF) where a set of robots is tasked to travel to a set of targets on a finite, connected graph. We show that MAPF can be cast as a special class of multi-marginal optimal transport (MMOT) problems with an underlying Markovian structure, under which the exponentially large MMOT collapses to a linear program (LP) polynomial in size. Focusing on the anonymous setting, we establish conditions under which the corresponding LP is feasible, totally unimodular, and consequently, yields min-cost, integral $(\{0,1\})$ transports that do not overlap in both space and time. To adapt the approach to large-scale problems, we cast the MAPF-MMOT in a probabilistic framework via Schr\"odinger bridges. Under standard assumptions, we show that the Schr\"odinger bridge formulation reduces to an entropic regularization of the corresponding MMOT that admits an iterative Sinkhorn-type solution. The Schr\"odinger bridge, being a probabilistic framework, provides a shadow (fractional) transport that we use as a template to solve a reduced LP and demonstrate that it results in near-optimal, integral transports at a significant reduction in complexity. Extensive experiments highlight the optimality and scalability of the proposed approaches.

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, simulated authors' rebuttal, and a circularity audit. Tearing a paper down is the easy half of reading it; the pith above is the substance, this is the friction.

Referee Report

0 major / 2 minor

Summary. The paper claims that anonymous multi-agent path finding (MAPF) on a finite connected graph can be cast as a Markovian multi-marginal optimal transport (MMOT) problem. Under this structure the exponentially large MMOT reduces to a polynomial-sized linear program (LP). For the anonymous setting the authors establish conditions under which the LP is feasible and totally unimodular, yielding min-cost integral {0,1} transports with no space-time overlaps. To scale to large instances they recast the problem via Schrödinger bridges, showing that the bridge reduces to entropic regularization of the MMOT solvable by Sinkhorn iterations; the resulting fractional transport serves as a support template for a reduced exact LP that produces near-optimal integral solutions. Experiments are reported to confirm both optimality and improved scalability.

Significance. If the claimed reductions, feasibility conditions, and total-unimodularity arguments hold, the work supplies a principled, polynomial-complexity route to exact optimal anonymous MAPF together with a practical near-optimal extension for large graphs. The explicit use of the Markovian factorization to collapse the MMOT and the subsequent Schrödinger-bridge reduction are genuine strengths; they connect optimal-transport theory to multi-agent planning in a way that could influence both theoretical analyses and deployed robotics systems.

minor comments (2)
  1. [Abstract] The abstract states that the LP is 'polynomial in size' and that the Schrödinger-bridge reduction holds 'under standard assumptions,' but does not name the precise scaling (e.g., O(T|E|)) or list the positivity/finite-cost conditions required for the entropic equivalence. The main text should make both explicit, ideally with a dedicated assumptions paragraph or theorem statement.
  2. The description of the reduced LP that uses the Schrödinger-bridge shadow transport as a template would benefit from a short complexity comparison (variables/constraints before and after reduction) and from pseudocode or a clear algorithmic outline.

Simulated Author's Rebuttal

0 responses · 0 unresolved

We thank the referee for the positive and accurate summary of our work, as well as the recommendation for minor revision. The assessment correctly identifies the key contributions regarding the Markovian MMOT formulation for anonymous MAPF, the total unimodularity result, and the Schrödinger bridge scaling approach.

Circularity Check

0 steps flagged

No significant circularity identified

full rationale

The derivation begins by modeling anonymous MAPF as a Markov-structured MMOT on the time-expanded graph, where the joint transport plan factors explicitly into consecutive marginals due to the Markov property; this yields an LP whose variables and constraints scale linearly with the graph size, a direct consequence of flow conservation and the chosen factorization rather than any self-referential definition. Total unimodularity follows from the resulting constraint matrix being a network matrix (after standard vertex splitting for capacities), which is a known graph-theoretic fact independent of the paper. The Schrödinger-bridge step invokes the standard entropic-regularization equivalence under positivity and finite-cost assumptions on the reference measure, a result from prior optimal-transport literature that does not depend on the current MAPF instance or any fitted parameters. The shadow-transport template is used only heuristically to prune the exact LP, with no claim that the reduced solution equals the original by construction. No self-citation is load-bearing for the core claims, no ansatz is smuggled, and no quantity is fitted to data then renamed a prediction. The chain is therefore self-contained against external benchmarks in MMOT and network flows.

Axiom & Free-Parameter Ledger

0 free parameters · 3 axioms · 0 invented entities

The central claims rest on domain assumptions from graph theory and optimal transport; no new free parameters or invented entities are introduced in the abstract.

axioms (3)
  • domain assumption The environment is a finite, connected graph.
    Stated explicitly as the setting for the MAPF problem.
  • domain assumption The multi-marginal transport possesses an underlying Markovian structure.
    Invoked to collapse the exponential MMOT to a polynomial LP.
  • domain assumption Standard assumptions hold for the Schrödinger-bridge formulation.
    Required for the entropic regularization and Sinkhorn iteration to apply.

pith-pipeline@v0.9.0 · 5533 in / 1543 out tokens · 47930 ms · 2026-05-12T03:48:43.832045+00:00 · methodology

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Reference graph

Works this paper leans on

73 extracted references · 73 canonical work pages

  1. [1]

    arXiv preprint arXiv:2502.10607v1 , year =

    Kaiwen Shi , title =. arXiv preprint arXiv:2502.10607v1 , year =

  2. [2]

    Artificial Intelligence , editor =

    Roni Stern , title =. Artificial Intelligence , editor =

  3. [3]

    LaValle , title =

    Jingjin Yu and Steven M. LaValle , title =. Proceedings of the IEEE International Conference on Robotics and Automation (ICRA) , year =

  4. [4]

    Hadaegh , title =

    Saptarshi Bandyopadhyay and Soon-Jo Chung and Fred Y. Hadaegh , title =. Proceedings of the IEEE Conference on Control Applications (CCA) , year =

  5. [5]

    Proceedings of the 2018 IEEE Conference on Decision and Control (CDC) , year =

    Vishaal Krishnan and Sonia Mart\'inez , title =. Proceedings of the 2018 IEEE Conference on Decision and Control (CDC) , year =

  6. [6]

    Le and Georgia Chalvatzaki and Armin Biess and Jan Peters , title =

    An T. Le and Georgia Chalvatzaki and Armin Biess and Jan Peters , title =. Advances in Neural Information Processing Systems (NeurIPS) , year =

  7. [7]

    Christopher and Sven Koenig and Ferdinando Fioretto , title =

    Jinhao Liang and Jacob K. Christopher and Sven Koenig and Ferdinando Fioretto , title =. arXiv preprint arXiv:2412.17993 , year =

  8. [8]

    Proceedings of the 22nd International Conference on Autonomous Agents and Multiagent Systems (AAMAS) , year =

    Gilad Fine and Dor Atzmon and Noa Agmon , title =. Proceedings of the 22nd International Conference on Autonomous Agents and Multiagent Systems (AAMAS) , year =

  9. [9]

    Proceedings of the International Conference on Autonomous Agents and Multiagent Systems (AAMAS) , year =

    Hang Ma and Sven Koenig , title =. Proceedings of the International Conference on Autonomous Agents and Multiagent Systems (AAMAS) , year =

  10. [10]

    Journal of Artificial Intelligence Research , year =

    Xiao Peng and Olivier Simonin and Christine Solnon , title =. Journal of Artificial Intelligence Research , year =

  11. [11]

    Ali and Konstantin Yakovlev , title =

    Zain A. Ali and Konstantin Yakovlev , title =. Proceedings of the AAAI Conference on Artificial Intelligence , year =

  12. [12]

    Bertozzi and Karthik Elamvazhuthi and Spring Berman , title =

    Fangbo Zhang and Andrea L. Bertozzi and Karthik Elamvazhuthi and Spring Berman , title =. IEEE Transactions on Automatic Control , volume =

  13. [13]

    Proceedings of the 62nd IEEE Conference on Decision and Control (CDC) , year =

    Max Emerick and Bassam Bamieh , title =. Proceedings of the 62nd IEEE Conference on Decision and Control (CDC) , year =

  14. [14]

    Proceedings of the 2018 IEEE Conference on Decision and Control (CDC) , year =

    Mathias Hudoba de Badyn and Utku Eren and Behçet Açikmeşe and Mehran Mesbahi , title =. Proceedings of the 2018 IEEE Conference on Decision and Control (CDC) , year =

  15. [15]

    Journal of Scientific Computing , volume =

    Christina Frederick and Magnus Egerstedt and Haomin Zhou , title =. Journal of Scientific Computing , volume =

  16. [16]

    and Gorodetsky, Alex A

    Kachar, Koray G. and Gorodetsky, Alex A. , journal=. Dynamic Multiagent Assignment Via Discrete Optimal Transport , year=

  17. [17]

    Cédric Villani , title =

  18. [18]

    Optimal Transport on Quantum Structures

    Alessio Figalli , title =. Lecture Notes from the School "Optimal Transport on Quantum Structures" , year =

  19. [19]

    Foundations and Trends in Machine Learning , year =

    Gabriel Peyré and Marco Cuturi , title =. Foundations and Trends in Machine Learning , year =

  20. [20]

    1986 , address =

    Alexander Schrijver , title =. 1986 , address =

  21. [21]

    Veinott, A. F., Jr. and Dantzig, George B. , title =. SIAM Review , volume =. 1968 , publisher =

  22. [22]

    Proceedings of the AAAI Conference on Artificial Intelligence , volume =

    Zain Alabedeen Ali and Konstantin Yakovlev , title =. Proceedings of the AAAI Conference on Artificial Intelligence , volume =

  23. [23]

    Complete Decentralized Method for On-Line Multi-Robot Trajectory Planning in Well-formed Infrastructures , booktitle =

    Michal C. Complete Decentralized Method for On-Line Multi-Robot Trajectory Planning in Well-formed Infrastructures , booktitle =. 2015 , pages =

  24. [24]

    Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , year=

    Partial Optimal Transport with Applications on Positive-Unlabeled Learning , author=. Advances in Neural Information Processing Systems 33 (NeurIPS 2020) , year=

  25. [25]

    Mathematics of Computation , volume =

    Lenaïc Chizat and Gabriel Peyré and Bernhard Schmitzer and François-Xavier Vialard , title =. Mathematics of Computation , volume =

  26. [26]

    García and David M

    Carlos E. García and David M. Prett and Manfred Morari , title =. Automatica , volume =. 1989 , publisher =

  27. [27]

    Rossiter , title =

    J.A. Rossiter , title =. 2004 , address =

  28. [28]

    Mouhacine Benosman , title =

  29. [29]

    Anonymous et al

    A. Anonymous et al. , title =. 2023 , note =

  30. [30]

    2019 , note =

    Anna Davydova and Kyle Auger and Antonio Puzzi , title =. 2019 , note =

  31. [31]

    Learning Generative Models with

    Genevay, Aude and Peyré, Gabriel and Cuturi, Marco , booktitle=. Learning Generative Models with. 2018 , organization=

  32. [32]

    IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=

    Optimal Transport for Domain Adaptation , author=. IEEE Transactions on Pattern Analysis and Machine Intelligence , volume=. 2017 , publisher=

  33. [33]

    Proceedings of the 29th International Conference on Machine Learning (ICML) , pages=

    On Causal and Anticausal Learning , author=. Proceedings of the 29th International Conference on Machine Learning (ICML) , pages=

  34. [34]

    Learning latent permutations with

    Mena, Gonzalo and Belanger, David and Linderman, Scott and Snoek, Jasper , booktitle=. Learning latent permutations with

  35. [35]

    International Conference on Artificial Intelligence and Statistics (AISTATS) , pages=

    Semi-supervised optimal transport using domain adaptation with regularized couplings , author=. International Conference on Artificial Intelligence and Statistics (AISTATS) , pages=

  36. [36]

    Proceedings of the 5th Conference on Robot Learning (CoRL) , year=

    The Earth Mover’s Planning Problem , author=. Proceedings of the 5th Conference on Robot Learning (CoRL) , year=

  37. [37]

    Scalable Optimal Transport Methods in Machine Learning:

    Khamis, Abdelwahed and Tsuchida, Russell and Tarek, Mohamed and Rolland, Vivien and Petersson, Lars , journal=. Scalable Optimal Transport Methods in Machine Learning:. 2024 , publisher=

  38. [38]

    2013 , pages =

    Cuturi, Marco , title =. 2013 , pages =

  39. [39]

    Low-rank Optimal Transport:

    Scetbon, Meyer and Cuturi, Marco , journal=. Low-rank Optimal Transport:

  40. [40]

    Scalable

    Choi, Jaemoo and Choi, Jaewoong and Kang, Myungjoo , booktitle=. Scalable. 2024 , organization=

  41. [41]

    Journal of Machine Learning Research , year =

    R. Journal of Machine Learning Research , year =

  42. [42]

    and Benosman, Mouhacine and Liu, Wenliang and Pecora, Federico and Durham, Joseph W

    Khan, Usman A. and Benosman, Mouhacine and Liu, Wenliang and Pecora, Federico and Durham, Joseph W. , journal =. Multi-robot Path Planning and Scheduling via Model Predictive Optimal Transport (. 2025 , month =

  43. [43]

    Mathematics of Operations Research , volume =

    Scalable computation of dynamic flow problems via multi-marginal graph-structured optimal transport , author =. Mathematics of Operations Research , volume =

  44. [44]

    ESAIM: Mathematical Modelling and Numerical Analysis , volume =

    Pass, Brendan , title =. ESAIM: Mathematical Modelling and Numerical Analysis , volume =

  45. [45]

    , title =

    Lin, Tianyi and Ho, Nhat and Cuturi, Marco and Jordan, Michael I. , title =. Journal of Machine Learning Research , volume =

  46. [46]

    A Survey of the

    Christian L. A Survey of the. Discrete and Continuous Dynamical Systems , volume =

  47. [47]

    Random fields and diffusion processes , author=

  48. [48]

    Journal of Mathematical Physics , volume =

    Michele Pavon and Francesco Ticozzi , title =. Journal of Mathematical Physics , volume =. 2010 , publisher =

  49. [49]

    Georgiou and Michele Pavon , title =

    Tryphon T. Georgiou and Michele Pavon , title =. Journal of Mathematical Physics , volume =. 2015 , publisher =

  50. [50]

    Iterative

    Benamou, Jean-David and Carlier, Guillaume and Cuturi, Marco and Nenna, Lorenzo and Peyr. Iterative. SIAM Journal on Scientific Computing , volume=

  51. [51]

    Sinkhorn Divergences for

    S. Sinkhorn Divergences for. Advances in Neural Information Processing Systems , volume=

  52. [52]

    Sitzungsberichte der Preussischen Akademie der Wissenschaften, Physikalisch-mathematische Klasse , pages=

    Über die Umkehrung der Naturgesetze , author=. Sitzungsberichte der Preussischen Akademie der Wissenschaften, Physikalisch-mathematische Klasse , pages=

  53. [53]

    Miller and Paul G

    Daniel Kornhauser and Gary L. Miller and Paul G. Spirakis , title =. Proceedings of the 25th Annual Symposium on Foundations of Computer Science , year =

  54. [54]

    Lester R. Ford. and Delbert R. Fulkerson , title =. 1962 , address =

  55. [55]

    Ahuja and Thomas L

    Ravindra K. Ahuja and Thomas L. Magnanti and James B. Orlin , title =. 1993 , address =

  56. [56]

    Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence (AAAI) , year =

    Trevor Standley , title =. Proceedings of the Twenty-Fourth AAAI Conference on Artificial Intelligence (AAAI) , year =

  57. [57]

    Yu and S

    J. Yu and S. M. LaValle , title =. Algorithmic Foundations of Robotics X , series =

  58. [58]

    2020 , month =

    Hang Ma , title =. 2020 , month =

  59. [59]

    SIAM Journal on Scientific Computing , volume =

    Bernhard Schmitzer , title =. SIAM Journal on Scientific Computing , volume =

  60. [60]

    SIAM Journal on Control and Optimization , volume =

    Haasler, Isabel and Ringh, Axel and Chen, Yongxin and Karlsson, Johan , title =. SIAM Journal on Control and Optimization , volume =

  61. [61]

    Iterative

    Benamou, Jean-David and Carlier, Guillaume and Cuturi, Marco and Nenna, Luca and Peyr. Iterative. SIAM Journal on Scientific Computing , volume =

  62. [62]

    An Optimal Transport Approach for the

    Di Marino, Simone and Gerolin, Augusto , journal =. An Optimal Transport Approach for the

  63. [63]

    and Pavon, Michele , journal =

    Chen, Yongxin and Georgiou, Tryphon T. and Pavon, Michele , journal =. Stochastic Control Liaisons:

  64. [64]

    On the Linear Convergence of the Multimarginal

    Carlier, Guillaume , journal =. On the Linear Convergence of the Multimarginal

  65. [65]

    and Pavon, Michele , journal =

    Chen, Yongxin and Georgiou, Tryphon T. and Pavon, Michele , journal =. On the relation between optimal transport and

  66. [66]

    IEEE Transactions on Automatic Control , volume =

    Robust transport over networks , author =. IEEE Transactions on Automatic Control , volume =

  67. [67]

    Artificial Intelligence , volume =

    Conflict-based Search for Optimal Multi-Agent Pathfinding , author =. Artificial Intelligence , volume =

  68. [68]

    and Wagner, Glenn and Surynek, Pavel , booktitle =

    Felner, Ariel and Stern, Roni and Shimony, Solomon Eyal and Boyarski, Eli and Goldenberg, Meir and Sharon, Guni and Sturtevant, Nathan R. and Wagner, Glenn and Surynek, Pavel , booktitle =. Search-Based Optimal Solvers for the Multi-Agent Pathfinding Problem:

  69. [69]

    Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI) , pages =

    Reduced Time-Expansion Graphs and Goal Decomposition for Solving Cooperative Path Finding Sub-Optimally , author =. Proceedings of the Twenty-Fourth International Joint Conference on Artificial Intelligence (IJCAI) , pages =

  70. [70]

    Random Fields and Diffusion Processes , journal =

    F. Random Fields and Diffusion Processes , journal =. 1988 , publisher =

  71. [71]

    On the Convexity of the Entropy Along Entropic Interpolations , booktitle =

    L. On the Convexity of the Entropy Along Entropic Interpolations , booktitle =. 2017 , pages =

  72. [72]

    , title =

    Wright, Stephen J. , title =

  73. [73]

    and Wright, Stephen J

    Potra, Florian A. and Wright, Stephen J. , title =. Journal of Computational and Applied Mathematics , volume =