Package: TUvalues Type: Package Title: Tools for Calculating Allocations in Game Theory using Exact and Approximated Methods Version: 1.1.1 Authors@R: c( person(given = c("Maria","D."), family = "Guillen", role = c("cre", "aut"), email = "maria.guilleng@umh.es", comment = c(ORCID = "0000-0002-2445-5654")), person(given = "Juan Carlos", family = "Gonçalves", role = c("aut"), email = "jgoncalves@umh.es", comment = c(ORCID = "0000-0002-0867-0004")) ) Description: The main objective of cooperative Transferable-Utility games (TU-games) is to allocate a good among the agents involved. The package implements major solution concepts including the Shapley value, Banzhaf value, and egalitarian rules, alongside their extensions for structured games: the Owen value and Banzhaf-Owen value for games with a priori unions, and the Myerson value for communication games on networks. To address the inherent exponential computational complexity of exact evaluation, the package offers both exact algorithms and linear approximation methods based on sampling, enabling the analysis of large-scale games. Additionally, it supports core set-based solutions, allowing computation of the vertices and the centroid of the core. License: AGPL (>= 3) Encoding: UTF-8 RoxygenNote: 7.3.3 URL: https://github.com/mariaguilleng/TUvalues BugReports: https://github.com/mariaguilleng/TUvalues/issues Imports: utils, gtools, ROI, ROI.plugin.glpk Config/pak/sysreqs: libglpk-dev Repository: https://mariaguilleng.r-universe.dev Date/Publication: 2026-02-09 11:25:14 UTC RemoteUrl: https://github.com/mariaguilleng/tuvalues RemoteRef: HEAD RemoteSha: ba891c1d472c8fbccc24930bb795a7be353799cc NeedsCompilation: no Packaged: 2026-06-09 07:02:20 UTC; root Author: Maria D. Guillen [cre, aut] (ORCID: ), Juan Carlos Gonçalves [aut] (ORCID: ) Maintainer: Maria D. Guillen