24 #include "cheetah/fdao/Config.h" 33 : cheetah::utils::Config(
"fdao")
41 void Config::add_options(OptionsDescriptionEasyInit& add_options)
44 (
"active", boost::program_options::value<bool>(&_active)->default_value(
true),
"turn on/off the fdao algo");
47 bool Config::active()
const {
Some limits and constants for FLDO.