Block of propagator information (of variable size) More...
Static Public Member Functions | |
static Block * | allocate (unsigned int n, Block *p=NULL) |
Allocate block with n entries and previous block p. | |
Public Attributes | |
Block * | next |
Next block. | |
PropInfo | pi [1] |
Start of information entries. |
Block of propagator information (of variable size)
GlobalPropInfo::Block * Gecode::GlobalPropInfo::Block::allocate | ( | unsigned int | n, |
GlobalPropInfo::Block * | p = NULL |
||
) | [inline, static] |
Allocate block with n entries and previous block p.
Definition at line 153 of file global-prop-info.hpp.
Next block.
Definition at line 66 of file global-prop-info.hpp.
Start of information entries.
Definition at line 68 of file global-prop-info.hpp.