LibreOffice
LibreOffice 25.2 SDK API Reference
|
Specifies the objective type of the solver model. More...
Variables | |
const byte | MAXIMIZE = 0 |
Maximizes the objective function. More... | |
const byte | MINIMIZE = 1 |
Minimizes the objective function. More... | |
const byte | VALUE = 2 |
Finds a solution where the objective function has a given value. More... | |
Specifies the objective type of the solver model.
const byte MAXIMIZE = 0 |
Maximizes the objective function.
const byte MINIMIZE = 1 |
Minimizes the objective function.
const byte VALUE = 2 |
Finds a solution where the objective function has a given value.