2 * Copyright (c) 2007, Novell Inc.
4 * This program is licensed under the BSD license, read LICENSE.BSD
5 * for further information
13 #ifndef SATSOLVER_POOLID_PRIVATE_H
14 #define SATSOLVER_POOLID_PRIVATE_H
16 // the size of all buffers is incremented in blocks
17 // these are the block values (increment values) for the
20 #define REL_BLOCK 1023 // hashtable for relations
22 #endif /* SATSOLVER_POOLID_PRIVATE_H */