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

Method computeCostFunction

src/engine/Tableau.cpp:576–579  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574}
575
576void Tableau::computeCostFunction()
577{
578 _costFunctionManager->computeCoreCostFunction();
579}
580
581void Tableau::computeMultipliers( double *rowCoefficients )
582{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected