







Indicates that this solver can solve models of type M and return solutions of type S
Namespace: Optimization.Solver.Interfaces
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0
Syntax
| C# |
|---|
public interface ICanSolve<M, S> |
| Visual Basic |
|---|
Public Interface ICanSolve(Of M, S) |
| Visual C++ |
|---|
generic<typename M, typename S> public interface class ICanSolve |
Type Parameters
- M
- The model type
- S
- The solution type
