Model.AtMostMofN Method
Solver Foundation 3.0
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Tests whether a maximum of m inputs are true.
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
Parameters
- m
- Type: System.Int32
The number of inputs to test for.
- terms
- Type: Microsoft.SolverFoundation.Services.Term[]
A query.
Return Value
Type: Microsoft.SolverFoundation.Services.Term1 if at most m inputs are true or nonzero; otherwise, 0.
| Exception | Condition |
|---|---|
| ArgumentException | The operation is not valid for the given inputs. |
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.