|  | Dual | 
The DualSimplexSolver type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ExceptionMessage | If the solver result is SolverResult.UnexpectedException
            gets the exception message property. (Inherited from ConstrainedOptimizer) | 
|  | OptimalObjectiveFunctionValue | Gets the optimal objective function value if the solve result is 
            SolverResult.Optimal, or the current solution value if the result is
            SolverResult.SolutionFeasibleButNotOptimal
            Otherwise the value is Double.NaN. (Inherited from ConstrainedOptimizer) | 
|  | OptimalX | Gets the optimal value if the solve result is SolverResult.Optimal,
            or the current solution value if the result is
            SolverResult.SolutionFeasibleButNotOptimal
            Contains an empty vector otherwise. (Inherited from ConstrainedOptimizer) | 
|  | PivotCount | Gets the number of simplex pivots performed. Includes both major and
            minor pivots. (Inherited from SimplexSolverBase) | 
|  | Result | Gets the result of the most recent solve attempt. (Inherited from ConstrainedOptimizer) | 
 See Also
See Also