SatSolution Class

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

Stores information for a SatSolver solution.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Solvers.SatSolution

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

Syntax

'Declaration
Public Class SatSolution
public class SatSolution
public ref class SatSolution
type SatSolution =  class end
public class SatSolution

The SatSolution type exposes the following members.

Constructors

  Name Description
Public method SatSolution Initializes a new instance of the SatSolution class.

Top

Properties

  Name Description
Public property BackTrackCount Gets the number of backtracks found during a search.
Public property Guesses Gets all the literals in a solution that represent choices.
Public property LearnedClauseCount Gets the number of learned clauses found during a search.
Public property LearnedLiteralCount Gets the number of learned literals found during a search.
Public property Literals Gets a collection of all literals.
Public property Neg Gets a collection of all negative literals.
Public property NegGuess Gets all literals that represent choices and are negative.
Public property Pos Gets a collection of all positive literals.
Public property PosGuess Gets all literals that represent choices and are positive.
Public property RestartCount Gets the number of restarts that occur during a search.
Public property Time Gets the amount of time spent during a search.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Converts a satisfaction solution to its equivalent string representation. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace