SatSolverParams.Biased 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 whether a value choice is biased in the search.

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

Syntax

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

Property Value

Type: System.Boolean
true if a value choice is biased in the search; otherwise, false.

.NET Framework Security

See Also

Reference

SatSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace