R/getSupportedTags.R

Defines functions getSupportedTags

Documented in getSupportedTags

#' Returns currently valid tags.
#'
#' @return [\code{character}] Vector of possible tags.
#' @export
getSupportedTags = function() {
	#FIXME: split this up in type of solver and supported types?
	c("numeric", "mixed", "factors", "discrete", "stochastic", "deterministic", "1D", "ND")
}
jakobbossek/noir documentation built on May 18, 2019, 10:10 a.m.