Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ getInputVariables
Method
getInputVariables
src/engine/Engine.cpp:2403–2406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2401
}
2402
2403
List<unsigned> Engine::getInputVariables() const
2404
{
2405
return _preprocessedQuery->getInputVariables();
2406
}
2407
2408
void Engine::performSimulation()
2409
{
Callers
8
test_load_query
Method · 0.45
runSingleSimulation
Method · 0.45
decideBranchingHeuristics
Method · 0.45
pickSplitPLConstraintBasedOnIntervalWidth
Method · 0.45
pickSplitPLConstraint
Method · 0.45
preprocess
Method · 0.45
initialDivide
Method · 0.45
setQueryDivider
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_load_query
Method · 0.36