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

Function loadQuery

maraboupy/MarabouCore.cpp:564–567  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

562}
563
564InputQuery loadQuery( std::string filename )
565{
566 return QueryLoader::loadQuery( String( filename ) );
567}
568
569// Code necessary to generate Python library
570// Describes which classes and functions are exposed to API

Callers 7

test_load_queryMethod · 0.85
runMethod · 0.85
prepareInputQueryMethod · 0.85

Calls 1

StringClass · 0.50