CspSetOperators.CreatePowerSet Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Creates a power set to use as the domain for baseline.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CreatePowerSet ( _
    solver As ConstraintSystem, _
    key As Object, _
    baseline As CspDomain _
) As CspPowerSet
public static CspPowerSet CreatePowerSet(
    this ConstraintSystem solver,
    Object key,
    CspDomain baseline
)
[ExtensionAttribute]
public:
static CspPowerSet^ CreatePowerSet(
    ConstraintSystem^ solver, 
    Object^ key, 
    CspDomain^ baseline
)
static member CreatePowerSet : 
        solver:ConstraintSystem * 
        key:Object * 
        baseline:CspDomain -> CspPowerSet 
public static function CreatePowerSet(
    solver : ConstraintSystem, 
    key : Object, 
    baseline : CspDomain
) : CspPowerSet

Parameters

  • key
    Type: System.Object
    A key that is used to refer to the set operator.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspPowerSet
A power set to use as the domain for baseline.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ConstraintSystem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

.NET Framework Security

See Also

Reference

CspSetOperators Class

Microsoft.SolverFoundation.Solvers Namespace