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

Method updateDirections

src/engine/Engine.cpp:2683–2690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2681}
2682
2683void Engine::updateDirections()
2684{
2685 if ( GlobalConfiguration::USE_POLARITY_BASED_DIRECTION_HEURISTICS )
2686 for ( const auto &constraint : _plConstraints )
2687 if ( constraint->supportPolarity() && constraint->isActive() &&
2688 !constraint->phaseFixed() )
2689 constraint->updateDirection();
2690}
2691
2692void Engine::decideBranchingHeuristics()
2693{

Callers

nothing calls this directly

Calls 4

supportPolarityMethod · 0.45
isActiveMethod · 0.45
phaseFixedMethod · 0.45
updateDirectionMethod · 0.45

Tested by

no test coverage detected