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

Method storeDebuggingSolution

src/engine/SmtCore.cpp:420–423  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420void SmtCore::storeDebuggingSolution( const Map<unsigned, double> &debuggingSolution )
421{
422 _debuggingSolution = debuggingSolution;
423}
424
425// Return true if stack is currently compliant, false otherwise
426// If there is no stored solution, return false --- incompliant.

Callers 2

processInputQueryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected