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
Public method InteriorPointSolverParams() Initializes a new instance of the InteriorPointSolverParams class.
Public method InteriorPointSolverParams(Func<TResult>) Initializes a new instance of the InteriorPointSolverParams class.
Public method InteriorPointSolverParams(Directive) Initializes a new instance of the InteriorPointSolverParams class with a directive.
Public method InteriorPointSolverParams(InteriorPointSolverParams) Initializes a new instance of the InteriorPointSolverParams class.

Top

Properties

  Name Description
Public property Abort Sets a value that indicates whether the solver will stop solving.
Public property IpmAlgorithm Gets or sets the type of interior point method algorithm to use.
Public property IpmKKT Gets or sets the type of interior point method Karush-Kuhn-Tucker (KTT) algorithm.
Public property IterationStartedCallback Gets or sets the function callback for the start of each iteration.
Public property KindOfSolver Gets the type of solver to use.
Public property MaxDenseColumnRatio Gets or sets the dense column ratio.
Public property MaxIterationCount Gets or sets the maximum number of iterations.
Public property PresolveLevel Gets or sets the level of presolve that the interior point method solver applies.
Public property QueryAbort Gets or sets a callback function that determines when to stop the computation.
Public property SolveTolerance Gets or sets the solve tolerance.
Public property Solving Gets or sets the callback function that is called during the solve process.
Public property SymbolicOrdering Gets or sets the type of matrix ordering to apply.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method NotifyStartSolve Defines the callback function before the solve process starts.
Public method ShouldAbort Returns a value that indicates whether the solver should stop.
Public method 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.

See Also

Reference

Microsoft.SolverFoundation.Solvers Namespace