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

Go to the source code of this file.

Classes

class  babBase::OptimizationVariable
 Class for representing an optimization variable specified by the user. 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...