Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ getNumInputVariables
Method
getNumInputVariables
src/engine/InputQuery.cpp:558–561 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
556
}
557
558
unsigned InputQuery::getNumInputVariables() const
559
{
560
return _inputIndexToVariable.size();
561
}
562
563
unsigned InputQuery::getNumOutputVariables() const
564
{
Callers
9
solve_query
Function · 0.45
test_bound_getters
Function · 0.45
test_load_query
Method · 0.45
storeOriginalQuery
Method · 0.45
printInputBounds
Method · 0.45
warmStart
Method · 0.45
DnCManager
Method · 0.45
printResult
Method · 0.45
displayResults
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
2
test_bound_getters
Function · 0.36
test_load_query
Method · 0.36