#ifndef subset_cost_h #define subset_cost_h #include "bigint.h" bigint subset_cost(bigint,bigint,bigint,bool=0); #endif