#ifndef index_cost_h #define index_cost_h #include "bigint.h" bigint bit_vector_add_cost(bigint,bigint); bigint bit_vector_hamming_weight_isnot_cost(bigint,bigint); bigint set_size_cost(bigint,bigint); bigint set_size_check_cost(bigint,bigint,bigint); #endif