21 module
com { module sun { module star { module sheet {
35 [attribute] sequence< com::sun::star::table::CellAddress >
Variables;
55 [attribute, readonly] sequence< double >
Solution;
boolean Success
contains TRUE if a solution was found.
Definition: XSolver.idl:47
Definition: Ambiguous.idl:20
sequence< SolverConstraint > Constraints
The constraints of the model.
Definition: XSolver.idl:38
allows to call a solver for a model that is defined by spreadsheet cells.
Definition: XSolver.idl:26
XSpreadsheetDocument Document
The spreadsheet document that contains the cells.
Definition: XSolver.idl:29
boolean Maximize
selects if the objective value is maximized or minimized.
Definition: XSolver.idl:41
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:26
provides access to a collection of spreadsheets.
Definition: XSpreadsheetDocument.idl:28
sequence< com::sun::star::table::CellAddress > Variables
The addresses of the cells that contain the variables.
Definition: XSolver.idl:35
base interface of all UNO interfaces
Definition: XInterface.idl:45
double ResultValue
contains the objective value for the solution, if a solution was found.
Definition: XSolver.idl:50
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