InteriorPointSolverParams Class
[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.
Inheritance Hierarchy
System.Object
Microsoft.SolverFoundation.Solvers.InteriorPointSolverParams
Namespace: Microsoft.SolverFoundation.Solvers
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Syntax
'Declaration
Public Class InteriorPointSolverParams _
Implements ISolverParameters, ISolverEvents
public class InteriorPointSolverParams : ISolverParameters,
ISolverEvents
public ref class InteriorPointSolverParams : ISolverParameters,
ISolverEvents
type InteriorPointSolverParams =
class
interface ISolverParameters
interface ISolverEvents
end
public class InteriorPointSolverParams implements ISolverParameters, ISolverEvents
The InteriorPointSolverParams type exposes the following members.
Constructors
Name | Description | |
---|---|---|
InteriorPointSolverParams() | Initializes a new instance of the InteriorPointSolverParams class. | |
InteriorPointSolverParams(Func<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. |
Top
Properties
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. |
Top
Methods
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.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.