NonlinearCapabilities Enumeration
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines the capabilities for nonlinear solvers.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
| Member name | Description | |
|---|---|---|
| None | No capabilities specified in this enumeration are supported. | |
| SupportsExplicitLinearTerms | Supports specifying the linear terms explicitly.You must implement ILinearModel to support this capability. | |
| SupportsBoundedRows | Supports a model that has constraints. | |
| SupportsBoundedVariables | Supports a model that has variable bounds, which is a boxed model. |
Show: