:orphan:
# TAOIPM
Interior point algorithm for generally constrained optimization.
## Options Database Keys
- ***-tao_ipm_pushnu -*** parameter to push initial dual variables away from bounds
- ***-tao_ipm_pushs -*** parameter to push initial slack variables away from bounds
## Notes
This algorithm is more of a place-holder for future constrained optimization algorithms and should not yet be used for large problems or production code.
## See Also
`Tao`, `TAOPDIPM`, `TaoType`
## Level
beginner
## Location
src/tao/constrained/impls/ipm/ipm.c
## Examples
src/tao/constrained/tutorials/maros.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/tao/constrained/impls/ipm/ipm.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)