Abort Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
If this solver instance is busy abort the run as soon as possible, or do nothing if this solver instance is not busy.

Namespace: Optimization.Solver.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
void Abort()
Visual Basic
Sub Abort
Visual C++
void Abort()

Exceptions

ExceptionCondition
System..::..NotSupportedExceptionIf this solver instance not supports aborting.

See Also