InteriorPointSolverParams Class
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the parameters for the interior point method (IPM) solver.
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The InteriorPointSolverParams type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InteriorPointSolverParams | Initializes a new instance of the InteriorPointSolverParams class. |
![]() | InteriorPointSolverParams(Func(Of TResult)) | Initializes a new instance of the InteriorPointSolverParams class. |
![]() | InteriorPointSolverParams(Directive) | Initializes a new instance of the InteriorPointSolverParams class with a directive. |
![]() | InteriorPointSolverParams(InteriorPointSolverParams) | Initializes a new instance of the InteriorPointSolverParams class. |
| Name | Description | |
|---|---|---|
![]() | Abort | Sets a value that indicates whether the solver will stop solving. |
![]() | IpmAlgorithm | Gets or sets the type of interior point method algorithm to use. |
![]() | IpmKKT | Gets or sets the type of interior point method Karush-Kuhn-Tucker (KTT) algorithm. |
![]() | IterationStartedCallback | Gets or sets the function callback for the start of each iteration. |
![]() | KindOfSolver | Gets the type of solver to use. |
![]() | MaxDenseColumnRatio | Gets or sets the dense column ratio. |
![]() | MaxIterationCount | Gets or sets the maximum number of iterations. |
![]() | PresolveLevel | Gets or sets the level of presolve that the interior point method solver applies. |
![]() | QueryAbort | Gets or sets a callback function that determines when to stop the computation. |
![]() | SolveTolerance | Gets or sets the solve tolerance. |
![]() | Solving | Gets or sets the callback function that is called during the solve process. |
![]() | SymbolicOrdering | Gets or sets the type of matrix ordering to apply. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | NotifyStartSolve | Defines the callback function before the solve process starts. |
![]() | ShouldAbort | Returns a value that indicates whether the solver should stop. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
