WhichBetween

Describes which elements of vector tv are greater than the corresponding element of vector low and less than corresponding element of vector high.

Synopsis

int TaoIndexSet::WhichBetween(TaoVec* xxll,TaoVec* vv ,TaoVec* xxuu)

Input Parameters

xxll - the vector representing lower bounds on the vector tv
vv - the TAO vector
xxuu - the vector of upper bounds

Level:intermediate
Location:src/indexset/taois.c
TAO Solver Index
Table of Contents