hole in a domain
Definition at line 42 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
SCIP_Real | left |
SCIP_Real | right |
SCIP_Real SCIP_Hole::left |
left bound of open interval defining the hole (left,right)
Definition at line 44 of file struct_var.h.
Referenced by domAddHole(), holelistDuplicate(), and SCIPholelistGetLeft().
SCIP_Real SCIP_Hole::right |
right bound of open interval defining the hole (left,right)
Definition at line 45 of file struct_var.h.
Referenced by domMerge(), holelistDuplicate(), and SCIPholelistGetRight().