All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Detailed Descriptionpacking single and dual bit values Definition in file bitencode.h. Go to the source code of this file.
Macro Definition Documentation
each entry needs one bit of information Definition at line 32 of file bitencode.h. Referenced by SCIPdecodeSingleBit(), and SCIPencodeSingleBit().
each entry needs two bits of information Definition at line 34 of file bitencode.h. Referenced by SCIPdecodeDualBit(), and SCIPencodeDualBit(). Typedef Documentation
storing single bits in packed format Definition at line 31 of file bitencode.h.
storing bit pairs in packed format Definition at line 33 of file bitencode.h. Function Documentation
encode a single bit vector into packed format
Definition at line 31 of file bitencode.c. References NULL, and SCIP_SINGLEPACKETSIZE.
decode a packed single bit vector into unpacked format
Definition at line 121 of file bitencode.c. References NULL, and SCIP_SINGLEPACKETSIZE.
encode a dual bit vector into packed format
Definition at line 228 of file bitencode.c. References NULL, and SCIP_DUALPACKETSIZE. Referenced by lpistatePack().
decode a packed dual bit vector into unpacked format
Definition at line 298 of file bitencode.c. References NULL, and SCIP_DUALPACKETSIZE. Referenced by lpistateUnpack(). |