PointTuple Struct Reference
Detailed Description
n-tuple of extreme points and their hashkey
Definition at line 115 of file heur_xpcrossover.c.
Data Fields | |
| int * | indices |
| int | size |
| unsigned int | key |
| POINTTUPLE * | prev |
Field Documentation
◆ indices
| int* PointTuple::indices |
sorted array of master variable indices
Definition at line 117 of file heur_xpcrossover.c.
Referenced by SCIP_DECL_HEUREXIT().
◆ size
| int PointTuple::size |
size of the array (should be heurdata->nusedpts * nblocks)
Definition at line 118 of file heur_xpcrossover.c.
Referenced by SCIP_DECL_HEUREXIT().
◆ key
| unsigned int PointTuple::key |
hashkey of the tuple
Definition at line 119 of file heur_xpcrossover.c.
◆ prev
| POINTTUPLE* PointTuple::prev |
previous extreme point tuple created
Definition at line 120 of file heur_xpcrossover.c.
Referenced by SCIP_DECL_HEUREXIT().
