TaoSetVariableBounds

Sets lower and upper bounds on the variables.

Synopsis

#include "tao_solver.h"  
int TaoSetVariableBounds(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(), TaoAppSetVariableBounds()

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