SimplexSolver.Shutdown Method

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

Stops a solver instance.

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

Syntax

'Declaration
Public Overridable Sub Shutdown
public virtual void Shutdown()
public:
virtual void Shutdown()
abstract Shutdown : unit -> unit 
override Shutdown : unit -> unit 
public function Shutdown()

Implements

ISolver.Shutdown()

Remarks

Memory is automatically disposed for the simplex solver when it stops.

.NET Framework Security

See Also

Reference

SimplexSolver Class

Microsoft.SolverFoundation.Solvers Namespace