Interface IAbortable
If a solver can be aborted it should implement this interface
Namespace: OPTANO.Modeling.Optimization.Solver.Interfaces
Assembly: Optimization.dll
Syntax
public interface IAbortable
Methods
Abort()
If this solver instance is busy abort the run as soon as possible, or do nothing if this solver instance is not busy.
Declaration
void Abort()
Exceptions
Type | Condition |
---|---|
System.NotSupportedException | If this solver instance not supports aborting. |