Skip to contents

This function simulates a Solution object.

Usage

simulate_solution(
  dataset,
  themes,
  weights,
  includes = list(),
  excludes = list()
)

Arguments

dataset

Dataset object.

themes

list of Theme objects.

weights

list of Weight objects.

includes

list of Include objects. Defaults to an empty list such that the solution is not simulated based on any Include objects.

excludes

list of Exclude objects. Defaults to an empty list such that the solution is not simulated based on any Exclude objects.

Value

A Solution object.