Represents the result of solving an optimization model.
SystemObject Extreme.MathematicsSolutionReportVectorDouble,
Double Extreme.Mathematics.OptimizationOptimizationSolutionReport
Namespace:
Extreme.Mathematics.Optimization
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public class OptimizationSolutionReport : SolutionReport<Vector<double>, double>
Public Class OptimizationSolutionReport
Inherits SolutionReport(Of Vector(Of Double), Double)
public ref class OptimizationSolutionReport : public SolutionReport<Vector<double>^, double>
type OptimizationSolutionReport =
class
inherit SolutionReport<Vector<float>, float>
end
The OptimizationSolutionReport type exposes the following members.
Top
Top
Top
Use the OptimizationSolutionReport to get information about the solution of an optimization model.
This class provides two properties in addition to the standard properties of a solution report.
The ModelStatus property returns an OptimizationModelStatus value that provides a more
detailed indication of the final status of the model.
The OptimalValue property returns the value of the objective function at the final solution.
Reference