24 #ifndef __SCIP_BITENCODE_H__ 25 #define __SCIP_BITENCODE_H__ 32 #define SCIP_SINGLEPACKETSIZE (sizeof(SCIP_SINGLEPACKET)*8) 34 #define SCIP_DUALPACKETSIZE (sizeof(SCIP_DUALPACKET)*4) 41 SCIP_SINGLEPACKET* out,
48 const SCIP_SINGLEPACKET* inp,
64 const SCIP_DUALPACKET* inp,
void SCIPdecodeDualBit(const SCIP_DUALPACKET *inp, int *out, int count)
void SCIPdecodeSingleBit(const SCIP_SINGLEPACKET *inp, int *out, int count)
unsigned int SCIP_DUALPACKET
void SCIPencodeDualBit(const int *inp, SCIP_DUALPACKET *out, int count)
unsigned int SCIP_SINGLEPACKET
void SCIPencodeSingleBit(const int *inp, SCIP_SINGLEPACKET *out, int count)