InteriorPointSolverParams.KindOfSolver Property

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

Gets the type of solver to use.

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

Syntax

'Declaration
Public Overridable ReadOnly Property KindOfSolver As SolverKind
public virtual SolverKind KindOfSolver { get; }
public:
virtual property SolverKind KindOfSolver {
    SolverKind get ();
}
abstract KindOfSolver : SolverKind
override KindOfSolver : SolverKind
function get KindOfSolver () : SolverKind

Property Value

Type: Microsoft.SolverFoundation.Solvers.SolverKind
The type of solver to use.

.NET Framework Security

See Also

Reference

InteriorPointSolverParams Class

Microsoft.SolverFoundation.Solvers Namespace