20 #ifndef __com_sun_star_sheet_XSolver_idl__
21 #define __com_sun_star_sheet_XSolver_idl__
27 module com { module sun { module star { module sheet {
41 [attribute] sequence< com::sun::star::table::CellAddress >
Variables;
61 [attribute, readonly] sequence< double >
Solution;
boolean Success
contains TRUE if a solution was found.
Definition: XSolver.idl:53
sequence< SolverConstraint > Constraints
The constraints of the model.
Definition: XSolver.idl:44
allows to call a solver for a model that is defined by spreadsheet cells.
Definition: XSolver.idl:32
XSpreadsheetDocument Document
The spreadsheet document that contains the cells.
Definition: XSolver.idl:35
boolean Maximize
selects if the objective value is maximized or minimized.
Definition: XSolver.idl:47
contains a cell address within a spreadsheet document.
Definition: CellAddress.idl:29
provides access to a collection of spreadsheets.
Definition: XSpreadsheetDocument.idl:34
sequence< com::sun::star::table::CellAddress > Variables
The addresses of the cells that contain the variables.
Definition: XSolver.idl:41
base interface of all UNO interfaces
Definition: XInterface.idl:47
double ResultValue
contains the objective value for the solution, if a solution was found.
Definition: XSolver.idl:56
com::sun::star::table::CellAddress Objective
The address of the cell that contains the objective value.
Definition: XSolver.idl:38
sequence< double > Solution
contains the solution's value for each of the variables, if a solution was found. ...
Definition: XSolver.idl:61