output_Split
is an S4 class for representing the partitioning solution of an item pool.
call
the function call used for obtaining this object.
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 a pool
.
constraints_by_each_partition
a list of constraints
objects that represent each partition.