MAiNGO
babBounds.h File Reference
#include <iostream>

Go to the source code of this file.

Classes

struct  babBase::Bounds
 Auxiliary struct for representing bounds on an optimization variable. More...
 

Namespaces

 babBase
 namespace holding all essentials of the babBase submodule
 

Functions

std::ostream & babBase::operator<< (std::ostream &os, const Bounds &b)
 Overloaded outstream operator for nicer output. More...
 
bool babBase::operator== (const Bounds &b1, const Bounds &b2)
 Equality operator for checking if two bound objects are equal. More...
 
bool babBase::operator!= (const Bounds &b1, const Bounds &b2)
 Inequality operator for checking if two bound objects differ from each other. More...