Description Usage Arguments Value See Also Examples
Given a graph with a minimum cost arborescence, the
maBird
function divides the cost of this
arborescence among the agents. For that purpose it, uses
the Bird rule, where each agent pays the cost of the last
arc that connects him to the source.
1 | maBird(nodes, arcs)
|
nodes |
vector containing the nodes of the graph, identified by a number that goes from 1 to the order of the graph. |
arcs |
matrix with the list of arcs of the graph. Each row represents one arc. The first two columns contain the two endpoints of each arc and the third column contains their weights. |
maBird
returns a matrix with the agents and their
costs.
The more general function maRules.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.