|  | Dual | 
The DualSimplexSolver type exposes the following members.
 Fields
Fields| Name | Description | |
|---|---|---|
|  | exceptionMessage_ | Constains exception message if there is an unexpected exception
            during the solve. (Inherited from ConstrainedOptimizer) | 
|  | optimalValue_ | Optimal value of the objective function if the the result of 
            the solver is SolveResult.Optimal (Inherited from ConstrainedOptimizer) | 
|  | optimalX_ | Optimal solution value of the the result if the solver is 
            SolveResult.Optimal (Inherited from ConstrainedOptimizer) | 
|  | result_ | Result of the solver attempt. (Inherited from ConstrainedOptimizer) | 
 See Also
See Also