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

Method computeMultipliers

src/engine/CostFunctionManager.cpp:299–302  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void CostFunctionManager::computeMultipliers()
300{
301 _tableau->backwardTransformation( _basicCosts, _multipliers );
302}
303
304void CostFunctionManager::computeReducedCosts()
305{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected