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 42 of file bounds.h.


Member Function Documentation

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

Definition at line 51 of file bounds.h.

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

Definition at line 57 of file bounds.h.


Member Data Documentation

Definition at line 48 of file bounds.h.

Definition at line 49 of file bounds.h.


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


ifopt
Author(s): Alexander W. Winkler
autogenerated on Sat May 18 2019 02:43:08