hole in a domain
Definition at line 41 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 43 of file struct_var.h.
Referenced by holelistDuplicate(), and SCIPholelistGetLeft().
SCIP_Real SCIP_Hole::right |
right bound of open interval defining the hole (left,right)
Definition at line 44 of file struct_var.h.
Referenced by domMerge(), holelistDuplicate(), and SCIPholelistGetRight().