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