SimplexReport Class
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 a report for a simplex solver.
System.Object
Microsoft.SolverFoundation.Services.Report
Microsoft.SolverFoundation.Services.LinearReport
Microsoft.SolverFoundation.Services.SimplexReport
Microsoft.SolverFoundation.Services.Report
Microsoft.SolverFoundation.Services.LinearReport
Microsoft.SolverFoundation.Services.SimplexReport
Namespace: Microsoft.SolverFoundation.Services
Assembly: Microsoft.Solver.Foundation (in Microsoft.Solver.Foundation.dll)
The SimplexReport type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Context | Gets the services that are provided to a solver. (Inherited from Report.) |
![]() | DefaultFormatProvider | Gets an object that provides information for formatting and parsing operations. (Inherited from Report.) |
![]() | DefaultVerbosity | Gets a value that specifies the amount of information to be included in a report. (Inherited from Report.) |
![]() | Directives | Gets a collection of all directives that are used in the model. (Inherited from Report.) |
![]() | InfeasibilityReport | Gets the infeasibility report from a solver. (Inherited from LinearReport.) |
![]() | InitialBasisUsed | Gets the initial basis for a simplex solver. |
![]() | IsInfeasibilityAvailable | Gets a value that indicates whether infeasibility information is available. (Inherited from LinearReport.) |
![]() | IsSensitivityAvailable | Gets a value that indicates whether sensitivity information is available. (Inherited from LinearReport.) |
![]() | IsStochastic | Gets a value that indicates whether a model is a stochastic model. (Inherited from Report.) |
![]() | LinearModel | Gets a linear model. (Inherited from LinearReport.) |
![]() | ModelName | Gets the name of a model. (Inherited from Report.) |
![]() | NonzeroCount | Gets the number of nonzero numbers in a report before presolve. (Inherited from LinearReport.) |
![]() | OriginalRowCount | Specifies the row count before pre-solve. (Inherited from LinearReport.) |
![]() | OriginalVariableCount | Variable count before presolve, as represented by the solver. (Inherited from LinearReport.) |
![]() | SensitivityReport | Gets the sensitivity report from a solver. (Inherited from LinearReport.) |
![]() | Solution | Gets the solution associated with the report. (Inherited from Report.) |
![]() | SolutionDirective | Gets a solution directive. (Inherited from Report.) |
![]() | SolutionMapping | Gets an object that maps between model and solver level terms. (Inherited from Report.) |
![]() | SolutionQuality | Gets a value that specifies the quality of a solution. (Inherited from Report.) |
![]() | Solver | Gets the solver that solved a model. (Inherited from Report.) |
![]() | SolverCapability | Gets the capability of the solver that found a solution. (Inherited from Report.) |
![]() | SolverType | Gets the Type value of the solver that found a solution. (Inherited from Report.) |
![]() | SolveTime | Gets the amount of time spent solving a model, in milliseconds. (Inherited from Report.) |
![]() | Statistics | Gets the solution metrics for a simplex solver. |
![]() | TotalTime | Gets the total time spent solving the model, in milliseconds. (Inherited from Report.) |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GenerateReportDecisions | Adds the decision results to a report. (Inherited from Report.) |
![]() | GenerateReportDirectives | Adds information about all directives to a report. (Inherited from Report.) |
![]() | GenerateReportGoals | Adds information about all goals to a report. (Inherited from Report.) |
![]() | GenerateReportInfeasibility | Adds infeasibility information to a report. (Inherited from LinearReport.) |
![]() | GenerateReportOverview | Adds overview information to a report. (Inherited from Report.) |
![]() | GenerateReportPartialSolutionDetails | Adds results about goal to a report. (Inherited from Report.) |
![]() | GenerateReportSolutionDetails | Adds goals, decisions, and sensitivity results to a report. (Inherited from LinearReport.) |
![]() | GenerateReportSolverDetails | Adds the details of a solver. (Overrides Report.GenerateReportSolverDetails(StringBuilder, IFormatProvider).) |
![]() | GetAllConstraintBoundsSensitivity | Returns a collection of sensitivity ranges for all constraints. (Inherited from LinearReport.) |
![]() | GetAllShadowPrices | Returns a collection of all shadow prices. (Inherited from LinearReport.) |
![]() | GetConstraintBoundsSensitivity | Returns the sensitivity range for a constraint. (Inherited from LinearReport.) |
![]() | GetGoalCoefficientSensitivity | Returns the goal coefficient sensitivity range for a decision that has indexes. (Inherited from LinearReport.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetInfeasibilitySet | Returns a collection of infeasibility constraints. (Inherited from LinearReport.) |
![]() | GetShadowPrices | Returns a collection of shadow prices for a constraint. (Inherited from LinearReport.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | SupportsSolutionDetails | Returns a value that indicates whether solution details can be returned. (Inherited from Report.) |
![]() | ToString | Converts a report to its equivalent string representation. (Inherited from Report.) |
![]() | ToString(IFormatProvider) | Converts a report to its equivalent string representation. (Inherited from Report.) |
![]() | ToString(ReportVerbosity) | Converts a report to its equivalent string representation. (Inherited from Report.) |
![]() | ToString(ReportVerbosity, IFormatProvider) | Converts a linear report to its equivalent string representation. (Inherited from LinearReport.) |
![]() | ValidateSolution | Ensures that a solution is valid. (Inherited from Report.) |
![]() | WriteTo | Writes a report. (Inherited from Report.) |
Show:
