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