InteriorPointSolver 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 InteriorPointSolver class.

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

Syntax

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

Parameters

.NET Framework Security

See Also

Reference

InteriorPointSolver Class

InteriorPointSolver Overload

Microsoft.SolverFoundation.Solvers Namespace