ISolver Members

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

The ISolver type exposes the following members.

Methods

  NameDescription
Public methodAbort
If this solver instance is busy abort the run as soon as possible, or do nothing if this solver instance is not busy.
(Inherited from IAbortable.)
Public methodClearLastModel
Deletes the internal datastructures of this solver instance.
Public methodSolve
Solves the given model. Optimizes if model contains at least one objective.
(Inherited from ICanSolve<(Of <(<'M, S>)>)>.)

Properties

  NameDescription
Public propertyConfiguration
The configuration of this solver instance.
Public propertyIsBusy
Is this solver instance busy?

See Also