|
LibreOffice
LibreOffice 7.6 SDK API Reference
|
Go to the documentation of this file.
21 module
com { module sun { module star { module sheet {
35 [attribute] sequence< com::sun::star::table::CellAddress >
Variables;
55 [attribute, readonly] sequence< double >
Solution;
provides access to a collection of spreadsheets.
Definition: XSpreadsheetDocument.idl:29
XSpreadsheetDocument Document
The spreadsheet document that contains the cells.
Definition: XSolver.idl:29
allows to call a solver for a model that is defined by spreadsheet cells.
Definition: XSolver.idl:27
void solve()
executes the calculation and tries to find a solution.
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:27
com::sun::star::table::CellAddress Objective
The address of the cell that contains the objective value.
Definition: XSolver.idl:32
sequence< double > Solution
contains the solution's value for each of the variables, if a solution was found.
Definition: XSolver.idl:55
double ResultValue
contains the objective value for the solution, if a solution was found.
Definition: XSolver.idl:50
boolean Maximize
selects if the objective value is maximized or minimized.
Definition: XSolver.idl:41
sequence< com::sun::star::table::CellAddress > Variables
The addresses of the cells that contain the variables.
Definition: XSolver.idl:35
Definition: Ambiguous.idl:20
boolean Success
contains TRUE if a solution was found.
Definition: XSolver.idl:47
base interface of all UNO interfaces
Definition: XInterface.idl:46
sequence< SolverConstraint > Constraints
The constraints of the model.
Definition: XSolver.idl:38