Function Utils::intersectBounds
Defined in File utils.h
Function Documentation
-
VariableBounds Utils::intersectBounds(const VariableBounds &bA, const VariableBounds &bB)
Given two VariableBounds, it returns the strictest intersection of them.
- Parameters
bA – First input bound vector
bB – Second input bound vector
- Returns
The intersection