ConstraintSolverParams.Algorithm 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 class of algorithm to use.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Property Algorithm As ConstraintSolverParams..::..CspSearchAlgorithm
public ConstraintSolverParams..::..CspSearchAlgorithm Algorithm { get; set; }
public:
property ConstraintSolverParams..::..CspSearchAlgorithm Algorithm {
ConstraintSolverParams..::..CspSearchAlgorithm get ();
void set (ConstraintSolverParams..::..CspSearchAlgorithm value);
}
member Algorithm : ConstraintSolverParams..::..CspSearchAlgorithm with get, set
function get Algorithm () : ConstraintSolverParams..::..CspSearchAlgorithm
function set Algorithm (value : ConstraintSolverParams..::..CspSearchAlgorithm)
Property Value
Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverParams.CspSearchAlgorithm
The class of algorithm to use.
.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.