SatSolution.Guesses Property

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

Gets all the literals in a solution that represent choices.

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

Syntax

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

Property Value

Type: System.Collections.Generic.IEnumerable<Literal>
All the literals that represent choices.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace