Optimization.Solver.Interfaces Namespace

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "N:Optimization.Solver.Interfaces"]

Interfaces

  InterfaceDescription
Public interfaceIAbortable
If a solver can be aborted it should implement this interface
Public interfaceICanHandleSolverEventOfType<(Of <(<'T>)>)>
Indicates that the implementing class can handle a certain SolverEvent
Public interfaceICanSolve<(Of <(<'M, S>)>)>
Indicates that this solver can solve models of type M and return solutions of type S
Public interfaceISolverEvent
An implementing class represents an event that can be fired by a solver