#include <NlpBounds.hh>
Inheritance diagram for NlpBounds:

Public Methods | |
| int | nxupp () |
| the number of upper bounds on x | |
| int | nxlow () |
| the number of lower bounds on x | |
| int | mcupp () |
| the number of upper bounds on the constraint functions | |
| int | mclow () |
| the number of lower bounds on the constraint functions | |
| int | mequality () |
| the number of equality constraints | |
Static Public Methods | |
| NlpBounds * | fromRanges (IotrVector &xlow, IotrVector &xupp, IotrVector &clow, IotrVector &cupp, double bignum) |
Returns maximum step length along direction step. | |
1.2.18