SatSolverParams.InitialGuess Property

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

Gets or sets a value that specifies the direction to try first.

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

Syntax

'Declaration
Public Overridable Property InitialGuess As Boolean
public virtual bool InitialGuess { get; set; }
public:
virtual property bool InitialGuess {
    bool get ();
    void set (bool value);
}
abstract InitialGuess : bool with get, set
override InitialGuess : bool with get, set
function get InitialGuess () : boolean
function set InitialGuess (value : boolean)

Property Value

Type: System.Boolean
true if the direction is set successfully; otherwise, false.

Remarks

If the Biased property is set to true, the InitialGuess property indicates the direction that is tried first.

.NET Framework Security

See Also

Reference

SatSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace