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

Method storeInitialEngineState

src/engine/PrecisionRestorer.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "UnsatCertificateNode.h"
25
26void PrecisionRestorer::storeInitialEngineState( const IEngine &engine )
27{
28 engine.storeState( _initialEngineState, TableauStateStorageLevel::STORE_ENTIRE_TABLEAU_STATE );
29}
30
31void PrecisionRestorer::restoreInitialEngineState( IEngine &engine )
32{

Callers

nothing calls this directly

Calls 1

storeStateMethod · 0.45

Tested by

no test coverage detected