Solver/text/scalc/01/solver.xhpgoal seeking;solverwhat if operations;solverback-solvingsolvermw changed "what-if...", "goal seek;" and made "back-solving;" a one level entrySolver
Opens the Solver dialog. A solver allows to solve equations with multiple unknown variables by goal seeking methods.target cellEnter or click the cell reference of the target cell. This field takes the address of the cell whose value is to be optimized.maximumTry to solve the equation for a maximum value of the target cell.where is the equation?minimumTry to solve the equation for a minimum value of the target cell.value ofTry to solve the equation to approach a given value of the target cell.value of text fieldEnter the value or a cell reference.by changing cellsEnter the cell range that can be changed.cell referenceEnter a cell reference.operatorsSelect an operator from the list.what do these operators do? what is the meaning of Integer and Binary here?
I hate such spec docs that leave so many questionsvalueEnter a value or a cell reference.shrinkerClick to shrink or restore the dialog. You can click or select cells in the sheet. You can enter a cell reference manually in the input box.delete rowClick to remove the row from the list. Any rows from below this row move up.options buttonOpens the Options dialog.solve buttonClick to solve the equation with the current settings. The dialog settings are retained until you close the current document.To solve equations with the solverThe goal of the solver process is to find those variable values of an equation that result in an optimized value in the target cell, also named the "objective". You can choose whether the value in the target cell should be a maximum, a minimum, or approaching a given value.The initial variable values are inserted in a rectangular cell range that you enter in the By changing cells box. You can define a series of limiting conditions that set constraints for some cells. For example, you can set the constraint that one of the variables or cells must not be bigger than another variable, or not bigger than a given value. You can also define the constraint that one or more variables must be integers (values without decimals), or binary values (where only 0 and 1 are allowed).The default solver engine supports only linear equations.Add an example. A good one is at http://www.solver.com/stepbystep.htm but that is not OpenSource