| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
allows to call a solver for a model that is defined by spreadsheet cells. More...
import "XSolver.idl";
 
  
| Public Types | |
| typedef sequence< com::sun::star::table::CellAddress > | Variables | 
| The addresses of the cells that contain the variables. | |
| typedef sequence< SolverConstraint > | Constraints | 
| The constraints of the model. | |
| typedef sequence< double > | Solution | 
| contains the solution's value for each of the variables, if a solution was found. | |
| Public Member Functions | |
| void | solve () | 
| executes the calculation and tries to find a solution. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
| Public Attributes | |
| XSpreadsheetDocument | Document | 
| The spreadsheet document that contains the cells. | |
| com::sun::star::table::CellAddress | Objective | 
| The address of the cell that contains the objective value. | |
| boolean | Maximize | 
| selects if the objective value is maximized or minimized. | |
| boolean | Success | 
| contains TRUE if a solution was found. | |
| double | ResultValue | 
| contains the objective value for the solution, if a solution was found. | |
allows to call a solver for a model that is defined by spreadsheet cells.
| 
 | attribute | 
The constraints of the model.
| 
 | attributereadonly | 
contains the solution's value for each of the variables, if a solution was found.
| 
 | attribute | 
The addresses of the cells that contain the variables.
| void solve | ( | ) | 
executes the calculation and tries to find a solution.
| 
 | attribute | 
The spreadsheet document that contains the cells.
| 
 | attribute | 
selects if the objective value is maximized or minimized.
| 
 | attribute | 
The address of the cell that contains the objective value.
| 
 | attributereadonly | 
contains the objective value for the solution, if a solution was found.
| 
 | attributereadonly | 
contains TRUE if a solution was found.