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