TaoGetVariableBounds

Sets the vector pointers to the vectors containing the upper and lower bounds on the variables.

Synopsis

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

Input Parameter

tao -the TAO_SOLVER solver context

Output Parameters

xxll - Pointer to lower bounds on all the variables
xxuu - Pointer to upper bounds on all the variables

Keywords

bounds, View

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

Examples

src/complementarity/examples/tutorials/minsurf1.c.html