MCPcopy Create free account
hub / github.com/NeuralNetworkVerification/Marabou / getSoISearchStrategy

Method getSoISearchStrategy

src/configuration/Options.cpp:227–236  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

225}
226
227SoISearchStrategy Options::getSoISearchStrategy() const
228{
229 String strategyString = String( _stringOptions.get( Options::SOI_SEARCH_STRATEGY ) );
230 if ( strategyString == "mcmc" )
231 return SoISearchStrategy::MCMC;
232 else if ( strategyString == "walksat" )
233 return SoISearchStrategy::WALKSAT;
234 else
235 return SoISearchStrategy::MCMC;
236}
237
238SoIInitializationStrategy Options::getSoIInitializationStrategy() const
239{

Callers 1

Calls 2

StringClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected