Learn R Programming

TUvalues (version 1.1.1)

core_appro: Approximated core of the game

Description

Calculate the vertices of the core of the game following Camacho et al. (2025)

Usage

core_appro(characteristic_func, n_players = 0, n_rep = 1000, echo = TRUE)

Value

The vertices of the estimated core

Arguments

characteristic_func

The valued function defined on the subsets of the number of players.

n_players

Only used if characteristic_func is a function. The number of players in the game.

n_rep

The number of iterations to perform in the algorithm.

echo

Show progress of the calculation.

References

Camacho, J., Gonçalves-Dosantos, J. C., & Sánchez-Soriano, J. (2025). A Linear Programming Approach to Estimate the Core in Cooperative Games. arXiv preprint arXiv:2510.01766.