SatSolution.LearnedLiteralCount Property

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

Gets the number of learned literals found during a search.

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

Syntax

'Declaration
Public ReadOnly Property LearnedLiteralCount As Integer
public int LearnedLiteralCount { get; }
public:
property int LearnedLiteralCount {
    int get ();
}
member LearnedLiteralCount : int
function get LearnedLiteralCount () : int

Property Value

Type: System.Int32
The number of learned literals found during a search.

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace