ConstraintSolverParams.VariableSelection Property
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Gets or sets the heuristic for variable ordering.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property VariableSelection As ConstraintSolverParams..::..TreeSearchVariableOrdering
public ConstraintSolverParams..::..TreeSearchVariableOrdering VariableSelection { get; set; }
public:
property ConstraintSolverParams..::..TreeSearchVariableOrdering VariableSelection {
ConstraintSolverParams..::..TreeSearchVariableOrdering get ();
void set (ConstraintSolverParams..::..TreeSearchVariableOrdering value);
}
member VariableSelection : ConstraintSolverParams..::..TreeSearchVariableOrdering with get, set
function get VariableSelection () : ConstraintSolverParams..::..TreeSearchVariableOrdering
function set VariableSelection (value : ConstraintSolverParams..::..TreeSearchVariableOrdering)
Property Value
Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverParams.TreeSearchVariableOrdering
The heuristic for variable ordering.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.