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

Method extractSolution

src/engine/DnCManager.cpp:328–332  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

326}
327
328void DnCManager::extractSolution( InputQuery &inputQuery )
329{
330 ASSERT( _engineWithSATAssignment != nullptr );
331 _engineWithSATAssignment->extractSolution( inputQuery, _baseEngine->getPreprocessor() );
332}
333
334void DnCManager::getSolution( std::map<int, double> &ret, InputQuery &inputQuery )
335{

Callers

nothing calls this directly

Calls 1

getPreprocessorMethod · 0.80

Tested by

no test coverage detected