| 54 | |
| 55 | FactorGraphConfig(); |
| 56 | virtual ~FactorGraphConfig() = default; |
| 57 | |
| 58 | /** parse the command line Options */ |
| 59 | bool ReadCommandLineOptions(const int argc, char** argv, std::vector<std::string> * const Arguments = nullptr); |
nothing calls this directly
no outgoing calls
no test coverage detected