Public Member Functions | Public Attributes
ifopt::Bounds Struct Reference

Upper and lower bound for optimization variables and constraints. More...

#include <bounds.h>

List of all members.

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_

Detailed Description

Upper and lower bound for optimization variables and constraints.

Definition at line 38 of file bounds.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

void ifopt::Bounds::operator+= ( double  scalar) [inline]

Definition at line 52 of file bounds.h.

void ifopt::Bounds::operator-= ( double  scalar) [inline]

Definition at line 58 of file bounds.h.


Member Data Documentation

Definition at line 49 of file bounds.h.

Definition at line 50 of file bounds.h.


The documentation for this struct was generated from the following file:


ifopt_core
Author(s): Alexander W. Winkler
autogenerated on Sat Apr 21 2018 03:01:48