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
NeedsCompilation: no
Packaged: 2026-02-09 09:52:53 UTC; Master
Author: Maria D. Guillen [cre, aut] (ORCID:
    <https://orcid.org/0000-0002-2445-5654>),
  Juan Carlos Gonçalves [aut] (ORCID:
    <https://orcid.org/0000-0002-0867-0004>)
Maintainer: Maria D. Guillen <maria.guilleng@umh.es>
Repository: CRAN
Date/Publication: 2026-02-09 10:30:02 UTC
Built: R 4.6.0; ; 2026-02-12 02:27:28 UTC; windows
