ISolverParameters Interface

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

Defines the parameters for a solver.

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

Syntax

'Declaration
Public Interface ISolverParameters
public interface ISolverParameters
public interface class ISolverParameters
type ISolverParameters =  interface end
public interface ISolverParameters

The ISolverParameters type exposes the following members.

Properties

  Name Description
Public property QueryAbort Gets or sets the parameters to stop the solve process by using a callback delegate.

Top

Remarks

Classes that implement this interface must provide a constructor that fills in solver-specific parameter values based on the given directive instance. For example, the signature could be the following: SolverParams(Directive directive);

See Also

Reference

Microsoft.SolverFoundation.Services Namespace