ConstraintSystem.Parameters Property

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

Gets a set of parameters with default values and a callback function to query about cancelling the solve process.

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

Syntax

'Declaration
Public ReadOnly Property Parameters As ConstraintSolverParams
public ConstraintSolverParams Parameters { get; }
public:
property ConstraintSolverParams^ Parameters {
    ConstraintSolverParams^ get ();
}
member Parameters : ConstraintSolverParams
function get Parameters () : ConstraintSolverParams

Property Value

Type: Microsoft.SolverFoundation.Solvers.ConstraintSolverParams
A set of parameters with default values and a callback function to query about cancelling the solve process.

.NET Framework Security

See Also

Reference

ConstraintSystem Class

Microsoft.SolverFoundation.Solvers Namespace