SCIP_Hole Struct Reference
Detailed Description
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 |
Field Documentation
◆ left
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 holelistDuplicate(), and SCIPholelistGetLeft().
◆ right
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().