Attributes' Details |
Document
|
Objective
::com::sun::star::table::CellAddress Objective;
- Description
- The address of the cell that contains the objective value.
|
|
Variables
sequence< ::com::sun::star::table::CellAddress > Variables;
- Description
- The addresses of the cells that contain the variables.
|
|
Constraints
sequence< SolverConstraint > Constraints;
- Description
- The constraints of the model.
|
|
Maximize
boolean Maximize;
- Description
- selects if the objective value is maximized or minimized.
|
|
Success
[ readonly ] boolean Success;
- Description
- contains true if a solution was found.
|
|
ResultValue
[ readonly ] double ResultValue;
- Description
- contains the objective value for the solution, if a solution was found.
|
|
Solution
[ readonly ] sequence< double > Solution;
- Description
- contains the solution's value for each of the variables,
if a solution was found.
|
|
Copyright © 1995, 2012, Oracle and/or its affiliates. All rights reserved. Oracle and Java are registered trademarks of Oracle and/or its affiliates. Other names may be trademarks of their respective owners.