InteriorPointMethodDirective Class

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

Defines a directive to provide guidance for the interior point method solver.

Inheritance Hierarchy

System.Object
  Microsoft.SolverFoundation.Services.Directive
    Microsoft.SolverFoundation.Services.InteriorPointMethodDirective

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

Syntax

'Declaration
Public Class InteriorPointMethodDirective _
    Inherits Directive
public class InteriorPointMethodDirective : Directive
public ref class InteriorPointMethodDirective : public Directive
type InteriorPointMethodDirective =  
    class
        inherit Directive
    end
public class InteriorPointMethodDirective extends Directive

The InteriorPointMethodDirective type exposes the following members.

Constructors

  Name Description
Public method InteriorPointMethodDirective Initializes a new instance of the InteriorPointMethodDirective class.

Top

Properties

  Name Description
Public property Algorithm Gets or sets the algorithm for the interior point method solver.
Public property Arithmetic Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.)
Public property GapTolerance Gets or sets the gap tolerance for the interior point method solver.
Public property IterationLimit Gets or sets the iteration count limit.
Public property MaximumGoalCount Gets or sets the maximum number of goals to use. (Inherited from Directive.)
Public property PresolveLevel Specifies the level of pre-solve the InteriorPointSolverwill apply. -1 is the default value and implies automatically pre-solve, 0 means no pre-solve, >0 full pre-solve.
Public property SymbolicOrdering The type of matrix ordering to apply.
Public property TimeLimit Gets or sets the time limit. (Inherited from Directive.)
Public property WaitLimit Gets or sets the time to wait for a result after timeout is reached. (Inherited from Directive.)

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 ToString Converts the interior point method directive to its equivalent string representation. (Overrides Object.ToString().)

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