TaoEvaluateVariableBounds

Evaluate the lower and upper bounds on the variables.

Synopsis

#include "tao_solver.h"  
int TaoEvaluateVariableBounds(TAO_SOLVER tao,TaoVec *xxll,TaoVec *xxuu)
Collective on TAO_SOLVER

Input Parameters

tao - the TAO_SOLVER solver context
xxll - vector of lower bounds upon the solution vector
xxuu - vector of upper bounds upon the solution vector

Keywords

bounds

See Also

TaoGetVariableBounds()

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