#ifndef isd0_cost_h #define isd0_cost_h #include #include "bigint.h" bigint isd0_cost(const std::vector &,const std::vector &); #endif