TaoResetSolver
Take down the data structures created in TaoCreate__XXX(). This routine destroys the line search, and the solver context. It also set many of the solver routines for solving, options, duals, viewing, setup, and destroy to TAO_NULL.
Synopsis
#include "tao_solver.h"
int TaoResetSolver(TAO_SOLVER solver)
Collective on TAO_SOLVER
Input Parameter
solver -the TAO_SOLVER solver context
Keywords
Destroy
See Also
TaoCreate(), TaoSetMethod(), TaoSetDown(), TaoDestroy()
Level:advanced
Location:src/interface/newsolver.c
TAO Solver Index
Table of Contents