## Namespace for RXMCDA

importFrom(Rglpk, Rglpk_solve_LP)
importFrom(Kendall, Kendall)
import(glpkAPI)

## Generics and functions defined in this package
export(
  "additiveValueFunctionElicitation",
  "AHP",
  "MARE",
  "MRSort",
  "MRSortInference",
  "MRSortIdentifyIncompatibleAssignments",
  "TOPSIS",
  "UTA",
  "UTASTAR",
  "UTADIS",
  "weightedSum",
  
  "applyPiecewiseLinearValueFunctionsOnPerformanceTable",
  "assignAlternativesToCategoriesByThresholds",
  "normalizePerformanceTable",
  
  "plotMARE",
  "plotMRSortSortingProblem",
  "plotPiecewiseLinearValueFunctions",
  "plotRadarPerformanceTable"
)

