#ifndef bruteforce2_h #define bruteforce2_h #include #include "bit.h" #include "bigint.h" std::vector bruteforce2( const std::vector &, const std::vector &, const std::vector & ); #endif