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