SimplexDirective 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.]
Represents a directive for the simplex solver.
System.Object
Microsoft.SolverFoundation.Services.Directive
Microsoft.SolverFoundation.Services.SimplexDirective
Microsoft.SolverFoundation.Services.MixedIntegerProgrammingDirective
Microsoft.SolverFoundation.Services.Directive
Microsoft.SolverFoundation.Services.SimplexDirective
Microsoft.SolverFoundation.Services.MixedIntegerProgrammingDirective
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The SimplexDirective type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Algorithm | Gets or sets an algorithm for the simplex solver to use. |
![]() | Arithmetic | Gets or sets the numerical accuracy to use during the solve process. (Inherited from Directive.) |
![]() | Basis | Gets or sets the basis for a simplex directive. |
![]() | GetInfeasibility | Gets or sets a value that indicates whether to generate infeasibility information. |
![]() | GetSensitivity | Gets or sets a value that indicates whether to generate sensitivity information. |
![]() | IterationLimit | Gets or sets the iteration count limit for the simplex solver. |
![]() | MaximumGoalCount | Gets or sets the maximum number of goals to use. (Inherited from Directive.) |
![]() | Pricing | Gets or sets the pricing strategy to use. |
![]() | PricingTolerance | Gets or sets the numerical tolerance for simplex pricing. |
![]() | TimeLimit | Gets or sets the time limit. (Inherited from Directive.) |
![]() | VariableTolerance | Gets or sets the numerical tolerance for variables. |
![]() | 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 a simplex directive to its equivalent string representation. (Overrides Object.ToString.) |
Show:
