Skip to main content

Showing 1–10 of 10 results for author: Post, I

.
  1. arXiv:2111.07414  [pdf, ps, other

    cs.DS

    Combinatorial Algorithms for Rooted Prize-Collecting Walks and Applications to Orienteering and Minimum-Latency Problems

    Authors: Sina Dezfuli, Zachary Friggstad, Ian Post, Chaitanya Swamy

    Abstract: We consider the rooted prize-collecting walks (PCW) problem, wherein we seek a collection $C$ of rooted walks having minimum prize-collecting cost, which is the (total cost of walks in $C$) + (total node-reward of nodes not visited by any walk in $C$). This problem arises naturally as the Lagrangian relaxation of both orienteering, where we seek a length-bounded walk of maximum reward, and the… ▽ More

    Submitted 14 November, 2021; originally announced November 2021.

    ACM Class: F.2.2; G.1.6; G.2

  2. A $(1 + {\varepsilon})$-Embedding of Low Highway Dimension Graphs into Bounded Treewidth Graphs

    Authors: Andreas Emil Feldmann, Wai Shing Fung, Jochen Könemann, Ian Post

    Abstract: Graphs with bounded highway dimension were introduced by Abraham et al. [SODA 2010] as a model of transportation networks. We show that any such graph can be embedded into a distribution over bounded treewidth graphs with arbitrarily small distortion. More concretely, given a weighted graph G = (V, E) of constant highway dimension, we show how to randomly compute a weighted graph H = (V, E') that… ▽ More

    Submitted 19 June, 2019; v1 submitted 16 February, 2015; originally announced February 2015.

    Comments: A preliminary version of this paper appeared in the proceedings of the 42nd International Colloquium on Automata, Languages, and Programming (ICALP), 2015

    Journal ref: SIAM J. Comput. 47(4): 1667-1704 (2018)

  3. arXiv:1411.4573  [pdf, ps, other

    cs.DS

    Linear-Programming based Approximation Algorithms for Multi-Vehicle Minimum Latency Problems

    Authors: Ian Post, Chaitanya Swamy

    Abstract: We consider various {\em multi-vehicle versions of the minimum latency problem}. There is a fleet of $k$ vehicles located at one or more depot nodes, and we seek a collection of routes for these vehicles that visit all nodes so as to minimize the total latency incurred, which is the sum of the client waiting times. We obtain an $8.497$-approximation for the version where vehicles may be located at… ▽ More

    Submitted 17 November, 2014; originally announced November 2014.

    ACM Class: F.2.2; G.1.6; G.2.1

  4. arXiv:1208.5083  [pdf, other

    cs.DS

    The simplex method is strongly polynomial for deterministic Markov decision processes

    Authors: Ian Post, Yinyu Ye

    Abstract: We prove that the simplex method with the highest gain/most-negative-reduced cost pivoting rule converges in strongly polynomial time for deterministic Markov decision processes (MDPs) regardless of the discount factor. For a deterministic MDP with n states and m actions, we prove the simplex method runs in O(n^3m^2log^2 n) iterations if the discount factor is uniform and O(n^5m^3log^2 n) iteratio… ▽ More

    Submitted 31 January, 2013; v1 submitted 24 August, 2012; originally announced August 2012.

    Comments: Minor typo fixes and improvements over version 1. Appeared in SODA 2013

  5. arXiv:1204.1025  [pdf, ps, other

    cs.DS

    Online submodular welfare maximization: Greedy is optimal

    Authors: Michael Kapralov, Ian Post, Jan Vondrak

    Abstract: We prove that no online algorithm (even randomized, against an oblivious adversary) is better than 1/2-competitive for welfare maximization with coverage valuations, unless $NP = RP$. Since the Greedy algorithm is known to be 1/2-competitive for monotone submodular valuations, of which coverage is a special case, this proves that Greedy provides the optimal competitive ratio. On the other hand, we… ▽ More

    Submitted 29 January, 2013; v1 submitted 4 April, 2012; originally announced April 2012.

  6. arXiv:1203.4900  [pdf, ps, other

    cs.DS

    Single pass sparsification in the streaming model with edge deletions

    Authors: Ashish Goel, Michael Kapralov, Ian Post

    Abstract: In this paper we give a construction of cut sparsifiers of Benczur and Karger in the {\em dynamic} streaming setting in a single pass over the data stream. Previous constructions either required multiple passes or were unable to handle edge deletions. We use $\tilde{O}(1/\e^2)$ time for each stream update and $\tilde{O}(n/\e^2)$ time to construct a sparsifier. Our $\e$-sparsifiers have… ▽ More

    Submitted 22 March, 2012; originally announced March 2012.

  7. arXiv:1202.3683  [pdf, ps, other

    cs.NI

    Optimal bandwidth-aware VM allocation for Infrastructure-as-a-Service

    Authors: Debojyoti Dutta, Michael Kapralov, Ian Post, Rajendra Shinde

    Abstract: Infrastructure-as-a-Service (IaaS) providers need to offer richer services to be competitive while optimizing their resource usage to keep costs down. Richer service offerings include new resource request models involving bandwidth guarantees between virtual machines (VMs). Thus we consider the following problem: given a VM request graph (where nodes are VMs and edges represent virtual network con… ▽ More

    Submitted 16 February, 2012; originally announced February 2012.

  8. arXiv:1007.0515  [pdf, other

    q-fin.TR cs.DS cs.GT

    Liquidity in Credit Networks: A Little Trust Goes a Long Way

    Authors: Pranav Dandekar, Ashish Goel, Ramesh Govindan, Ian Post

    Abstract: Credit networks represent a way of modeling trust between entities in a network. Nodes in the network print their own currency and trust each other for a certain amount of each other's currency. This allows the network to serve as a decentralized payment infrastructure---arbitrary payments can be routed through the network by passing IOUs between trusting nodes in their respective currencies---and… ▽ More

    Submitted 20 February, 2012; v1 submitted 3 July, 2010; originally announced July 2010.

    Comments: Version that appeared in ACM EC '11

  9. arXiv:1004.2291  [pdf, ps, other

    cs.DS cs.DM

    One Tree Suffices: A Simultaneous O(1)-Approximation for Single-Sink Buy-at-Bulk

    Authors: Ashish Goel, Ian Post

    Abstract: We study the single-sink buy-at-bulk problem with an unknown cost function. We wish to route flow from a set of demand nodes to a root node, where the cost of routing x total flow along an edge is proportional to f(x) for some concave, non-decreasing function f satisfying f(0)=0. We present a simple, fast, combinatorial algorithm that takes a set of demands and constructs a single tree T such that… ▽ More

    Submitted 27 August, 2010; v1 submitted 13 April, 2010; originally announced April 2010.

    Comments: 16 pages. To appear in FOCS 2010. Version 2 incorporates reviewer feedback and has updated references. The approximation ratio in Theorem 4.4 is slightly improved, and Corollary 3.3 and Theorem 4.5 are new

    ACM Class: F.2.2; G.2.2

  10. arXiv:0908.3740  [pdf, ps, other

    cs.DS cs.DM

    An Oblivious O(1)-Approximation for Single Source Buy-at-Bulk

    Authors: Ashish Goel, Ian Post

    Abstract: We consider the single-source (or single-sink) buy-at-bulk problem with an unknown concave cost function. We want to route a set of demands along a graph to or from a designated root node, and the cost of routing x units of flow along an edge is proportional to some concave, non-decreasing function f such that f(0) = 0. We present a polynomial time algorithm that finds a distribution over trees… ▽ More

    Submitted 26 August, 2009; originally announced August 2009.

    Comments: 22 pages, 1 figure To appear in the proceedings of the 50th annual IEEE Symposium on Foundations of Computer Science (FOCS 2009)

    ACM Class: F.2.2; G.2.2