【24h】

Minimum Transactions Problem

机译:最小交易问题

获取原文

摘要

We are given a directed graph G(V, E) on n vertices and m edges where each edge has a positive weight associated with it. The influx of a vertex is defined as the difference between the sum of the weights of edges entering the vertex and the sum of the weights of edges leaving the vertex. The goal is to find a graph G'(V, E') such that the influx of each vertex in G'(V, E') is same as the influx of each vertex in G(V, E) and ∣E'∣ is minimal. We show that 1. finding the optimal solution for this problem is NP-hard, 2. the optimal solution has at most n - 1 edges, and we give an algorithm to find one such solution with at most n-1 edges in O(m log n) time, and 3. for one variant of the problem where we can delete as well as add extra edges to the graph, we can compute a solution that is within a factor 3/2 from the optimal solution.
机译:我们在n个顶点和m个边上给出了有向图G(V,E),其中每个边都具有与之相关的正权重。顶点的流入定义为进入顶点的边缘权重之和与离开顶点的边缘权重之和之差。目的是找到图G'(V,E'),以使G'(V,E')中每个顶点的流入量与G(V,E)和∣E'中每个顶点的流入量相同∣很小。我们证明1.找到这个问题的最优解是NP-hard,2.最优解最多具有n-1个边,并且我们给出了一种算法来找到一个这样的解,其中O(n)中最多有n-1个边。 m log n)时间,以及3.对于该问题的一种变体,在该变体中我们可以删除图形以及向图形中添加额外的边,我们可以计算出与最优解相差3/2的解。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号