Upper and lower bound for optimization variables and constraints.
More...
#include <bounds.h>
Upper and lower bound for optimization variables and constraints.
Definition at line 38 of file bounds.h.
ifopt::Bounds::Bounds |
( |
double |
lower = 0.0 , |
|
|
double |
upper = 0.0 |
|
) |
| |
|
inline |
Creates a bound between lower and upper.
Definition at line 43 of file bounds.h.
void ifopt::Bounds::operator+= |
( |
double |
scalar | ) |
|
|
inline |
void ifopt::Bounds::operator-= |
( |
double |
scalar | ) |
|
|
inline |
double ifopt::Bounds::lower_ |
double ifopt::Bounds::upper_ |
The documentation for this struct was generated from the following file: