LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
SensitivityReport Struct Reference

Stores all the information related to the sensitivity report of a linear programming model. More...

import "SensitivityReport.idl";

Public Types

typedef sequence< double > ObjCoefficients
 
typedef sequence< double > ObjReducedCosts
 
typedef sequence< double > ObjAllowableDecreases
 
typedef sequence< double > ObjAllowableIncreases
 
typedef sequence< double > ConstrValues
 
typedef sequence< double > ConstrRHS
 
typedef sequence< double > ConstrShadowPrices
 
typedef sequence< double > ConstrAllowableDecreases
 
typedef sequence< double > ConstrAllowableIncreases
 

Public Attributes

boolean HasReport
 

Detailed Description

Stores all the information related to the sensitivity report of a linear programming model.

Since
LibreOffice 25.2

Member Typedef Documentation

◆ ConstrAllowableDecreases

sequence<double> ConstrAllowableDecreases

◆ ConstrAllowableIncreases

sequence<double> ConstrAllowableIncreases

◆ ConstrRHS

sequence<double> ConstrRHS

◆ ConstrShadowPrices

sequence<double> ConstrShadowPrices

◆ ConstrValues

sequence<double> ConstrValues

◆ ObjAllowableDecreases

sequence<double> ObjAllowableDecreases

◆ ObjAllowableIncreases

sequence<double> ObjAllowableIncreases

◆ ObjCoefficients

sequence<double> ObjCoefficients

◆ ObjReducedCosts

sequence<double> ObjReducedCosts

Member Data Documentation

◆ HasReport

boolean HasReport

The documentation for this struct was generated from the following file: