bitencode.c File Reference Detailed Descriptionpacking single and dual bit values Definition in file bitencode.c. Go to the source code of this file.
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(). |