ClearLastModel Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Deletes the internal datastructures of this solver instance.

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

Syntax

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

Exceptions

ExceptionCondition
System..::..InvalidOperationExceptionIf this solver instance is busy.

See Also