list of domain holes
Definition at line 48 of file struct_var.h.
#include <struct_var.h>
Data Fields | |
SCIP_HOLE | hole |
SCIP_HOLELIST * | next |
SCIP_HOLE SCIP_Holelist::hole |
this hole
Definition at line 50 of file struct_var.h.
Referenced by domMerge(), holelistDuplicate(), SCIPholelistGetLeft(), and SCIPholelistGetRight().
SCIP_HOLELIST* SCIP_Holelist::next |
next hole in list
Definition at line 51 of file struct_var.h.
Referenced by domAddHole(), domMerge(), holelistDuplicate(), holelistFree(), and SCIPholelistGetNext().