How to solve the minimum-cost flow problem on a complete graph, with a concave cost function of flow for each edge?

cs.stackexchange https://cs.stackexchange.com/questions/116177

Pergunta

Here is the problem:

Input:

  • A series of source/sink nodes at fixed positions with given outwards/inwards flow

  • Edges are NOT specified. The edges can connect any nodes.

  • The total source and sink flow match

  • A concave cost function that gives a cost per edge in terms of flow capacity

Expected output:

  • The minimum costing graph (not necessarily fully connected) that connects all sources to sinks and permits the required flow, without creating extra nodes.

Therefore the network topology is unspecified and should be optimized.

Many thanks.

Nenhuma solução correta

Licenciado em: CC-BY-SA com atribuição
Não afiliado a cs.stackexchange
scroll top