MAiNGO
babBase::OptimizationVariable::ChangedBounds Struct Reference

Auxiliary struct for storing changed bounds of an optimization variable. More...

#include <babOptVar.h>

Public Attributes

bool lowerBoundChanged
 
bool upperBoundChanged
 
double userLowerBound
 
double userUpperBound
 

Detailed Description

Auxiliary struct for storing changed bounds of an optimization variable.

Member Data Documentation

◆ lowerBoundChanged

bool babBase::OptimizationVariable::ChangedBounds::lowerBoundChanged

flag whether the lower bound has been changed

◆ upperBoundChanged

bool babBase::OptimizationVariable::ChangedBounds::upperBoundChanged

flag whether the upper bound has been changed

◆ userLowerBound

double babBase::OptimizationVariable::ChangedBounds::userLowerBound

original lower bound given by the user

◆ userUpperBound

double babBase::OptimizationVariable::ChangedBounds::userUpperBound

original upper bound given by the user


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