| Procedure | Location | Procedure Type | Description |
|---|---|---|---|
| initialize | optgra_module | Subroutine | Initialize the class. This should be the first routine called. |
| ogclos | optgra_module | Subroutine | DEALLOCATION OF ARRAYS |
| ogcorr | optgra_module | Subroutine | CORRECTION PART |
| ogeval | optgra_module | Subroutine | COMPUTES SCALED CONTRAINTS+MERIT AND DERIVATIVES FROM SCALED VARIABLES |
| ogexcl | optgra_module | Subroutine | REMOVE CONSTRAINT TO ACTIVE SET AND REDUCES DERIVATIVES |
| ogexec | optgra_module | Subroutine | Main routine. |
| oggsst | optgra_module | Subroutine | NEAR-LINEAR OPTIMIZATION TOOL SENSITIVITY ANALYSIS |
| ogincl | optgra_module | Subroutine | ADDS CONSTRAINT TO ACTIVE SET AND REDUCES DERIVATIVES |
| ogleft | optgra_module | Function | LEFT-MULTIPLIES VECTOR LOWER TRIANGULAR MATRIX OBTAINED BY REDUCTION AND SUBSEQUENT INVERSION OF DERIVATIVES OF ACTIVE CONSTRAINTS |
| ogopti | optgra_module | Subroutine | OPTIMIZATION PART |
| ogpwri | optgra_module | Subroutine | WRITE OPTIMIZATION LOG IN PYGMO FORMAT |
| ogpwri_end | optgra_module | Subroutine | WRITE OPTIMIZATION END RESULT IN PYGMO FORMAT |
| ogpwri_start | optgra_module | Subroutine | WRITE OPTIMIZATION LOG IN PYGMO FORMAT |
| ogrigt | optgra_module | Function | RIGHT-MULTIPLIES VECTOR LOWER TRIANGULAR MATRIX OBTAINED BY REDUCTION AND SUBSEQUENT INVERSION OF DERIVATIVES OF ACTIVE CONSTRAINTS |
| ogsens | optgra_module | Subroutine | NEAR-LINEAR OPTIMIZATION TOOL SENSITIVITY ANALYSIS |
| ogssst | optgra_module | Subroutine | NEAR-LINEAR OPTIMIZATION TOOL SENSITIVITY ANALYSIS |
| ogwrit | optgra_module | Subroutine | Write a message to the log. |