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

Method basisRestorationNeeded

src/engine/Engine.cpp:2338–2342  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2336}
2337
2338bool Engine::basisRestorationNeeded() const
2339{
2340 return _basisRestorationRequired == Engine::STRONG_RESTORATION_NEEDED ||
2341 _basisRestorationRequired == Engine::WEAK_RESTORATION_NEEDED;
2342}
2343
2344const Statistics *Engine::getStatistics() const
2345{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected