:orphan: # TaoComputeVariableBounds Compute the variable bounds using the routine set by `TaoSetVariableBoundsRoutine()`. ## Synopsis ``` #include "petsctao.h" PetscErrorCode TaoComputeVariableBounds(Tao tao) ``` Collective ## Input Parameter - ***tao -*** the `Tao` context ## See Also [](ch_tao), `Tao`, `TaoSetVariableBoundsRoutine()`, `TaoSetVariableBounds()` ## Level developer ## Location src/tao/interface/taosolver_bounds.c --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/interface/taosolver_bounds.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)