#ifndef bruteforce2_prob_h #define bruteforce2_prob_h #include #include "bigfloat.h" bigfloat bruteforce2_prob(const std::vector &,const std::vector &); #endif