ConstraintProgrammingDirective Properties

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

The ConstraintProgrammingDirective type exposes the following members.

Properties

  Name Description
Public property Algorithm Gets or sets the algorithm.
Public property Arithmetic Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.)
Public property MaximumGoalCount Gets or sets the maximum number of goals to use. (Inherited from Directive.)
Public property MoveSelection Gets or sets the heuristic for selecting local search moves.
Public property PrecisionDecimals The number of decimal digits of precision.
Public property RestartEnabled Gets or sets a value indicating whether to enable the solver to restart.
Public property TimeLimit Gets or sets the time limit. (Inherited from Directive.)
Public property UserOrderVariables Gets or sets a prioritized list of variables that should be searched in a breadth-first search.
Public property ValueSelection Gets or sets the heuristic for selecting the decision value to test first.
Public property VariableSelection Gets or sets the heuristic for selecting decisions to branch on.
Public property WaitLimit Gets or sets the time to wait for a result after timeout is reached. (Inherited from Directive.)

Top

See Also

Reference

ConstraintProgrammingDirective Class

Microsoft.SolverFoundation.Services Namespace