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.
◆ Bounds()
ifopt::Bounds::Bounds |
( |
double |
lower = 0.0 , |
|
|
double |
upper = 0.0 |
|
) |
| |
|
inline |
Creates a bound between lower and upper.
Definition at line 42 of file bounds.h.
◆ operator+=()
void ifopt::Bounds::operator+= |
( |
double |
scalar | ) |
|
|
inline |
◆ operator-=()
void ifopt::Bounds::operator-= |
( |
double |
scalar | ) |
|
|
inline |
◆ lower_
double ifopt::Bounds::lower_ |
◆ upper_
double ifopt::Bounds::upper_ |
The documentation for this struct was generated from the following file: