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
- 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.