public interface ParameterOrder
ParameterCombinationFactory can be important.| Modifier and Type | Method and Description |
|---|---|
int[] |
getInitialParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
All combinations which should be used in the first initial step of IPOG.
|
int[] |
getRemainingParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
The order of all remaining parameters.
|
int[] getInitialParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
parameters - the parameters and their sizes.strength - with which the test suite should be calculatedParameterCombinationFactoryint[] getRemainingParameters(it.unimi.dsi.fastutil.ints.Int2IntMap parameters,
int strength)
parameters - the parameters and their sizes.strength - with which the test suite should be calculatedgetInitialParameters(Int2IntMap, int)
and any orderCopyright © 2019. All rights reserved.