Share via


SatSolution.PosGuess Property

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

Gets all literals that represent choices and are positive.

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

Syntax

'Declaration
Public ReadOnly Property PosGuess As IEnumerable(Of Integer)
public IEnumerable<int> PosGuess { get; }
public:
property IEnumerable<int>^ PosGuess {
    IEnumerable<int>^ get ();
}
member PosGuess : IEnumerable<int>
function get PosGuess () : IEnumerable<int>

Property Value

Type: System.Collections.Generic.IEnumerable<Int32>
The literals that represent choices and are positive.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace