poolid_private.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2007, Novell Inc.
00003  *
00004  * This program is licensed under the BSD license, read LICENSE.BSD
00005  * for further information
00006  */
00007 
00008 /*
00009  * poolid_private.h
00010  * 
00011  */
00012 
00013 #ifndef SATSOLVER_POOLID_PRIVATE_H
00014 #define SATSOLVER_POOLID_PRIVATE_H
00015 
00016 /* the size of all buffers is incremented in blocks
00017  * these are the block values (increment values) for the
00018  * rel hashtable
00019  */
00020 #define REL_BLOCK               1023    /* hashtable for relations */
00021 #define WHATPROVIDES_BLOCK      1023
00022 
00023 #endif /* SATSOLVER_POOLID_PRIVATE_H */

doxygen