TaoSetTaoViewRoutine
Sets the routine that will display information about the optimization solver
Synopsis
#include "tao_solver.h"
int TaoSetTaoViewRoutine(TAO_SOLVER tao,
int (*view)(TAO_SOLVER,void*))
Collective on TAO_SOLVER
Input Parameters
| tao | - the TAO_SOLVER context
|
| view | - routine that views the solver
|
Note
This routine is generally used within a "TaoCreate_XXX" routine.
TAO will call this routine as part of the TaoView() routine.
Note
When TAO calls these routines, the second arguement will be the
context specified in TaoSetTaoSolveRoutine().
Keywords
TAO_SOLVER, view
See Also
TaoCreate(), TaoView(), TaoSetTaoSolveRoutine()
Level:developer
Location:src/interface/newsolver.c
TAO Solver Index
Table of Contents