Optimization.Solver.Interfaces Namespace
From Fabrica Bolos GLPK
[Missing <summary> documentation for "N:Optimization.Solver.Interfaces"]
Interfaces
| Interface | Description | |
|---|---|---|
| IAbortable |
If a solver can be aborted it should implement this interface
| |
| ICanHandleSolverEventOfType<(Of <(<'T>)>)> |
Indicates that the implementing class can handle a certain SolverEvent
| |
| ICanSolve<(Of <(<'M, S>)>)> |
Indicates that this solver can solve models of type M and return solutions of type S
| |
| ISolverEvent |
An implementing class represents an event that can be fired by a solver
|