:orphan:
# TaoGetFunctionLowerBound
Gets the bound on the solution objective value. When an approximate solution with an objective value below this number has been found, the solver will terminate. 
## Synopsis
```
#include "petsctao.h" 
PetscErrorCode TaoGetFunctionLowerBound(Tao tao, PetscReal *fmin)
```
Not Collective


## Input Parameter

- ***tao -*** the `Tao` solver context



## OutputParameter

- ***fmin -*** the minimum function value





## See Also
 [](ch_tao), `Tao`, `TaoConvergedReason`, `TaoSetFunctionLowerBound()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/tao/interface/taosolver.c.html#TaoGetFunctionLowerBound">src/tao/interface/taosolver.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/interface/taosolver.c)


[Index of all Tao routines](index.md)  
[Table of Contents for all manual pages](/manualpages/index.md)  
[Index of all manual pages](/manualpages/singleindex.md)  
