AirportProblems is an R package for analyzing cost allocation problems, where agents share the cost of a facility or service based on their needs, respecting no-subsidy constraints. It implements several allocation rules from the literature, provides graphical tools for comparison, and includes example datasets illustrating practical applications.
You can install the released version from CRAN:
install.packages("AirportProblems")Or install the development version from GitHub:
# install.packages("remotes")
remotes::install_github("alexbernardez/AirportProblems")To cite AirportProblems in publications, use:
citation("AirportProblems")Or use the canonical form directly:
Bernárdez Ferradás, Á., Sánchez Rodríguez, E., Mirás Calvo, M. Á., and Quinteiro Sandomingo, C. (2025). AirportProblems: Analysis of Cost Allocation for Airport Problems. R package version 0.1.0. https://doi.org/10.32614/CRAN.package.AirportProblems