Share via


SimplexSolver Constructor (ISolverEnvironment)

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the SimplexSolver class.

Namespace:  Microsoft.SolverFoundation.Solvers
Assembly:  Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)

Syntax

'Declaration
Public Sub New ( _
    context As ISolverEnvironment _
)
public SimplexSolver(
    ISolverEnvironment context
)
public:
SimplexSolver(
    ISolverEnvironment^ context
)
new : 
        context:ISolverEnvironment -> SimplexSolver
public function SimplexSolver(
    context : ISolverEnvironment
)

Parameters

.NET Framework Security

See Also

Reference

SimplexSolver Class

SimplexSolver Overload

Microsoft.SolverFoundation.Solvers Namespace