Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NeuralNetworkVerification/Marabou
/ getNumOutputVariables
Method
getNumOutputVariables
src/engine/InputQuery.cpp:563–566 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
561
}
562
563
unsigned InputQuery::getNumOutputVariables() const
564
{
565
return _outputIndexToVariable.size();
566
}
567
568
List<unsigned> InputQuery::getInputVariables() const
569
{
Callers
5
solve_query
Function · 0.45
test_load_query
Method · 0.45
warmStart
Method · 0.45
printResult
Method · 0.45
displayResults
Method · 0.45
Calls
1
size
Method · 0.45
Tested by
1
test_load_query
Method · 0.36