SatSolution.LearnedClauseCount 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 clauses found during a search.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

SatSolution Class

Microsoft.SolverFoundation.Solvers Namespace