analyzeComplexBlockExclusion {eatATA} | R Documentation |
Analyze complex block exclusiveness
Description
Use exclusion tuples information from independent test assembly problems to determine which assembled test blocks are exclusive.
Usage
analyzeComplexBlockExclusion(
solverOut_list,
items_list,
idCol,
exclusionTuples_list
)
Arguments
solverOut_list |
List of objects created by |
items_list |
List of original |
idCol |
Column name in |
exclusionTuples_list |
List of |
Details
If exclusion tuples have been used to assemble test forms (using the itemExclusionConstraint
function), the resulting
item blocks might also be exclusive. Using the initially used item exclusion tuples and the optimal solution
given by useSolver
this function determines, which item blocks are exclusive and can not be together in an
assembled test form. analyzeComplexBlockExclusion
allows analyzing block exclusiveness from separate test
assembly problems. This can be useful if test forms consist of blocks containing different domains or dimensions.
Value
A data.frame
of block exclusions.
Examples
## Full workflow using itemExclusionTuples
# tbd