Upper and lower bound for optimization variables and constraints. More...
#include <bounds.h>
Public Member Functions | |
Bounds (double lower=0.0, double upper=0.0) | |
Creates a bound between lower and upper. | |
void | operator+= (double scalar) |
void | operator-= (double scalar) |
Public Attributes | |
double | lower_ |
double | upper_ |
Upper and lower bound for optimization variables and constraints.
ifopt::Bounds::Bounds | ( | double | lower = 0.0 , |
double | upper = 0.0 |
||
) | [inline] |
double ifopt::Bounds::lower_ |
double ifopt::Bounds::upper_ |