|  | Dual | 
The DualSimplexSolver type exposes the following members.
 Methods
Methods| Name | Description | |
|---|---|---|
|  | AddConstraints | Adds the linear constraints in the given linearly constrained problem to a Microsoft
            Solver Foundation linear model. (Inherited from ConstrainedOptimizer) | 
|  | AddVariablesAndBounds | Adds the variables in the given linearly constrained problem to a Microsoft
            Solver Foundation linear model. (Inherited from ConstrainedOptimizer) | 
|  | Clone | Creates a deep copy of self. | 
|  | GetMSFSolverParams | Creates a Microsoft Solver Foundation simplex solver parameters from the
            given dual simplex solver parameters. (Overrides SimplexSolverBaseGetMSFSolverParams(SimplexSolverParamsBase)) | 
|  | SetStatus | Sets the SolverResult value base on the give Microsoft
            Solver Foundation LinearResult value. (Inherited from ConstrainedOptimizer) | 
|  | Solve(LinearProgrammingProblem) | Solves a linear programming problem. (Inherited from SimplexSolverBase) | 
|  | Solve(MixedIntegerLinearProgrammingProblem) | Solves a mixed integer linear programming problem with default solver parameters. (Inherited from SimplexSolverBase) | 
|  | Solve(LinearProgrammingProblem, DualSimplexSolverParams) | Solves the given linear programming problem using the given solver parameters. | 
|  | Solve(MixedIntegerLinearProgrammingProblem, DualSimplexSolverParams) | Solves the given mixed integer linear programming problem using the given solver parameters. | 
|  | Solve(MixedIntegerLinearProgrammingProblem, SimplexSolverMixedIntParams) | Solves a mixed integer linear programming problem using the given solver parameters. (Inherited from SimplexSolverBase) | 
|  | Solve(MixedIntegerLinearProgrammingProblem, SimplexSolverParamsBase) | Solves a mixed integer linear programming problem using the given solver parameters. (Inherited from SimplexSolverBase) | 
|  | Solve(DoubleVector, DoubleVector, DoubleVector) | Solves a linear programming problems where the variables are constrained by the
            give bounds.
            The solution maximizes the objective function. (Inherited from SimplexSolverBase) | 
|  | Solve(MixedIntegerLinearProgrammingProblem, SimplexSolverParamsBase, SimplexSolverMixedIntParams) | Solves a mixed integer linear programming problem using the given simplex
            and mixed integer solver parameters. (Inherited from SimplexSolverBase) | 
|  | Solve(LinearProgrammingProblem, SimplexSolverParamsBase, IEnumerableInt32, SimplexSolverMixedIntParams) | Solvers a linear programming problem using the given solver parameters. (Inherited from SimplexSolverBase) | 
|  | Solve(DoubleVector, DoubleMatrix, DoubleVector, Int32, Int32, Int32, DoubleVector, DoubleVector) | Solves a linear programming problem with the given constraints and 
            variable bounds. (Inherited from SimplexSolverBase) | 
|  | SolveNonnegative(DoubleVector, DoubleVector) | Solves a linear programming problem. Solution values are constrained by upper bounds
            and lower bounds of zero. The solution maximizes the objective function. (Inherited from SimplexSolverBase) | 
|  | SolveNonnegative(DoubleVector, DoubleMatrix, DoubleVector, Int32, Int32, Int32) | Solves a linear system. The solution components are constrained to
            be nonnegative. (Inherited from SimplexSolverBase) | 
|  | SolveNonnegative(DoubleVector, DoubleMatrix, DoubleVector, Int32, Int32, Int32, DoubleVector) | Solves a linear programming problem with the given constraints. 
            The solution maximizes the objective function and its components are constrained to be 
            nonnegative. (Inherited from SimplexSolverBase) | 
 See Also
See Also