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

Method initializeScoreTrackerIfNeeded

src/engine/CDSmtCore.cpp:79–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79void CDSmtCore::initializeScoreTrackerIfNeeded(
80 const List<PiecewiseLinearConstraint *> &plConstraints )
81{
82 if ( GlobalConfiguration::USE_DEEPSOI_LOCAL_SEARCH )
83 {
84 _scoreTracker = std::unique_ptr<PseudoImpactTracker>( new PseudoImpactTracker() );
85 _scoreTracker->initialize( plConstraints );
86
87 SMT_LOG( "\tTracking Pseudo Impact..." );
88 }
89}
90
91void CDSmtCore::reportRejectedPhasePatternProposal()
92{

Callers

nothing calls this directly

Calls 1

initializeMethod · 0.45

Tested by

no test coverage detected