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