ConstraintSystem.CreateSymbolSet Method

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

Creates a domain of symbols.

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

Syntax

'Declaration
Public Function CreateSymbolSet ( _
    ParamArray uniqueSymbols As String() _
) As CspDomain
public CspDomain CreateSymbolSet(
    params string[] uniqueSymbols
)
public:
CspDomain^ CreateSymbolSet(
    ... array<String^>^ uniqueSymbols
)
member CreateSymbolSet : 
        uniqueSymbols:string[] -> CspDomain 
public function CreateSymbolSet(
    ... uniqueSymbols : String[]
) : CspDomain

Parameters

  • uniqueSymbols
    Type: array<System.String[]
    An ordered set of unique symbols in a domain.

Return Value

Type: Microsoft.SolverFoundation.Solvers.CspDomain
A domain of symbols.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace