SCIP Doxygen Documentation
 
Loading...
Searching...
No Matches
SCIP_Holelist Struct Reference

Detailed Description

list of domain holes

Definition at line 58 of file struct_var.h.

#include <struct_var.h>

Data Fields

SCIP_HOLE hole
 
SCIP_HOLELISTnext
 

Field Documentation

◆ hole

SCIP_HOLE SCIP_Holelist::hole

this hole

Definition at line 60 of file struct_var.h.

Referenced by SCIPholelistGetLeft(), and SCIPholelistGetRight().

◆ next

SCIP_HOLELIST* SCIP_Holelist::next

next hole in list

Definition at line 61 of file struct_var.h.

Referenced by holelistFree(), and SCIPholelistGetNext().