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

Method getSnCDivideStrategy

src/configuration/Options.cpp:172–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

170}
171
172SnCDivideStrategy Options::getSnCDivideStrategy() const
173{
174 String strategyString = String( _stringOptions.get( Options::SNC_SPLITTING_STRATEGY ) );
175 if ( strategyString == "polarity" )
176 return SnCDivideStrategy::Polarity;
177 else if ( strategyString == "largest-interval" )
178 return SnCDivideStrategy::LargestInterval;
179 else
180 return SnCDivideStrategy::Auto;
181}
182
183SymbolicBoundTighteningType Options::getSymbolicBoundTighteningType() const
184{

Callers 1

DnCManagerMethod · 0.80

Calls 2

StringClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected