ReportVerbosity Enumeration
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Defines options for specifying the amount of information to include in a report.
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)
Syntax
'Declaration
<FlagsAttribute> _
Public Enumeration ReportVerbosity
[FlagsAttribute]
public enum ReportVerbosity
[FlagsAttribute]
public enum class ReportVerbosity
[<FlagsAttribute>]
type ReportVerbosity
public enum ReportVerbosity
Members
Member name | Description | |
---|---|---|
SolverDetails | Include information about the algorithm used by the solver. | |
Decisions | Include the values of all decisions. | |
Sensitivity | If available, include sensitivity information. | |
Directives | Include all directives passed to the solver. | |
Infeasibility | If available, include infeasibility information. | |
All | Include everything. |