Description Usage Arguments Value Examples
Given a graph with at least one minimum cost arborescence
the maGames
function builds the cooperative game
associated with it.
1 |
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. |
game |
denotes the game to be obtained, known as the "pessimistic" game. |
show.data |
logical value indicating if the function
displays the console output ( |
maGames
returns a vector with the characteristic
fuction of the cooperative game associated with the graph.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.