MAiNGO
babOptVar.h File Reference
#include <iostream>
#include <string>

Go to the source code of this file.

Classes

struct  babBase::Bounds
 Auxiliary struct for representing bounds on an optimization variable. More...
 
class  babBase::OptimizationVariable
 Class for representing an optimization variable specified by the user. More...
 
struct  babBase::OptimizationVariable::ChangedBounds
 Auxiliary struct for storing changed bounds of an optimization variable. More...
 

Namespaces

 babBase
 namespace holding all essentials of the babBase submodule
 
 babBase::enums
 namespace holding all enums used for branching and B&B reporting
 

Enumerations

enum  babBase::enums::VT { babBase::enums::VT_CONTINUOUS = 0, babBase::enums::VT_BINARY, babBase::enums::VT_INTEGER }
 Enum for representing the Variable Type of an optimization variable as specified by the user. More...