output_Split-class {TestDesign} | R Documentation |
Class 'output_Split': partitioning solution
Description
output_Split
is an S4 class for representing the partitioning solution of an item pool.
Slots
output
a list containing item/set indices of each partition.
feasible
for partitioning into sub-pools,
TRUE
indicates the complete assignment problem was feasible.solve_time
elapsed time in running the solver.
set_based
whether the item pool is set-based.
config
the
config_Static
used in the assembly.constraints
the
constraints
used in the assembly.partition_size_range
the partition size range for splitting into sub-pools.
partition_type
the partition type. Can be a
test
or apool
.
[Package TestDesign version 1.6.1 Index]