CombinationStrategy Enumeration
Specifies a strategy for generating parameter combinations.
Namespace: Microsoft.Modeling
Assembly: Microsoft.Xrt.Runtime (in Microsoft.Xrt.Runtime.dll)
Usage
'Usage
Syntax
'Declaration
public enum CombinationStrategy
Members
Member name | Description |
---|---|
Coverage | Expand parameters based on interaction and path coverage. If no interactions are provided, expand parameters based only on path coverage, seeds, and isolations. |
None | Do not expand parameters, and keep values symbolic. |
Pairwise | Expand parameters based on pairwise combinations over all parameters. For only one or two parameters, this method is equivalent to Product. |
Product | Expand based on their Cartesian product any parameters for which no interactions are declared. |
Remarks
For more information about controlling how Spec Explorer performs parameter expansion during exploration and about declaring interactions, seeds, isolations, and combinations, see the Combination class.
Platforms
Development Platforms
Microsoft Windows 7, Microsoft Windows Vista, Microsoft Windows XP SP2 or later, Microsoft Windows Server 2008, Microsoft Windows Server 2003