LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
com::sun::star::sheet::SolverObjectiveType Constant Group Reference

Specifies the objective type of the solver model. More...

Variables

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.
 

Detailed Description

Specifies the objective type of the solver model.

Since
LibreOffice 25.2

Variable Documentation

◆ MAXIMIZE

const byte MAXIMIZE = 0

Maximizes the objective function.

◆ MINIMIZE

const byte MINIMIZE = 1

Minimizes the objective function.

◆ VALUE

const byte VALUE = 2

Finds a solution where the objective function has a given value.