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

Method getOutputVariables

src/engine/InputQuery.cpp:577–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

575}
576
577List<unsigned> InputQuery::getOutputVariables() const
578{
579 List<unsigned> result;
580 for ( const auto &pair : _variableToOutputIndex )
581 result.append( pair.first );
582
583 return result;
584}
585
586void InputQuery::printAllBounds() const
587{

Callers 2

test_load_queryMethod · 0.45
preprocessMethod · 0.45

Calls 1

appendMethod · 0.45

Tested by 1

test_load_queryMethod · 0.36