TaoGetSolverContext

Gets the solver context for the minimization solvers.

Synopsis

#include "tao_solver.h"  
int TaoGetSolverContext(TAO_SOLVER tao, TaoMethod type, void **solverctx)
Collective on TAO_SOLVER

Input Parameter

tao - the TAO_SOLVER solver context
type - the name of the method

Output Parameter

solverctx -solver context IF the type matches.

Keywords

application, context

See Also

TaoSetTaoSolveRoutine()

Level:developer
Location:src/interface/newsolver.c
TAO Solver Index
Table of Contents