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

Method ContextNotifyObj

deps/CVC4/context/context.cpp:302–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

300}
301
302ContextNotifyObj::ContextNotifyObj(Context* pContext, bool preNotify) {
303 if(preNotify) {
304 pContext->addNotifyObjPre(this);
305 } else {
306 pContext->addNotifyObjPost(this);
307 }
308}
309
310
311ContextNotifyObj::~ContextNotifyObj() {

Callers

nothing calls this directly

Calls 2

addNotifyObjPreMethod · 0.80
addNotifyObjPostMethod · 0.80

Tested by

no test coverage detected