R/RMCriteria.R

#' RMCriteria: Solves MCDA problems using Promethee methods.
#'
#' RMCriteria solves Multiple-Criteria Decision Analysis (MCDA) problems.
#' For now, it only supports Promethee methods, but other methods may be
#' developed in the future.
#'
#' RMCriteria supports Promethees I, II, III, IV, IV Kernel and V.
#'
#' @docType package
#' @name RMCriteria
#' @useDynLib RMCriteria
#' @import Rcpp
#' @import RcppNumerical
#'
NULL
lamfo-unb/RMCriteria documentation built on Sept. 18, 2019, 6:49 a.m.