InteriorPointMethodDirective 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 a directive to provide guidance for the interior point method solver.
System.Object
Microsoft.SolverFoundation.Services.Directive
Microsoft.SolverFoundation.Services.InteriorPointMethodDirective
Microsoft.SolverFoundation.Services.Directive
Microsoft.SolverFoundation.Services.InteriorPointMethodDirective
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The InteriorPointMethodDirective type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | InteriorPointMethodDirective | Initializes a new instance of the InteriorPointMethodDirective class. |
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets or sets the algorithm for the interior point method solver. |
![]() | Arithmetic | Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.) |
![]() | GapTolerance | Gets or sets the gap tolerance for the interior point method solver. |
![]() | IterationLimit | Gets or sets the iteration count limit. |
![]() | MaximumGoalCount | Gets or sets the maximum number of goals to use. (Inherited from Directive.) |
![]() | 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. |
![]() | SymbolicOrdering | The type of matrix ordering to apply. |
![]() | TimeLimit | Gets or sets the time limit. (Inherited from Directive.) |
![]() | WaitLimit | Gets or sets the time to wait for a result after timeout is reached. (Inherited from Directive.) |
| 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.) |
![]() | ToString | Converts the interior point method directive to its equivalent string representation. (Overrides Object.ToString.) |
Show:
