TaoSetVariableBounds
Sets the upper and lower bounds
Synopsis
#include "taosolver.h"
PetscErrorCode TaoSetVariableBounds(TaoSolver tao, Vec XL, Vec XU)
Logically collective on TaoSolver
Input Parameters
| tao | - the TaoSolver context
|
| XL | - vector of lower bounds
|
| XU | - vector of upper bounds
|
See Also
TaoSetObjectiveRoutine(), TaoSetHessianRoutine() TaoSetObjectiveAndGradientRoutine()
Level:beginner
Location:src/interface/taosolver_bounds.c
TAO Solver Index
Table of Contents
Examples
src/bound/examples/tutorials/plate2.c.html
src/bound/examples/tutorials/jbearing2.c.html
src/complementarity/examples/tutorials/minsurf1.c.html