baltree.hpp 173 B

12345678910
  1. #ifndef __BALTREE_HPP__
  2. #define __BALTREE_HPP__
  3. #include "mpcio.hpp"
  4. #include "options.hpp"
  5. void baltree (MPCIO &mpcio,
  6. const PRACOptions &opts, char **args);
  7. #endif