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

Method exportInputQueryWithError

src/engine/Engine.cpp:180–188  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

178}
179
180void Engine::exportInputQueryWithError( String errorMessage )
181{
182 String ipqFileName = ( _queryId.length() > 0 ) ? _queryId + ".ipq" : "failedMarabouQuery.ipq";
183 prepareSnCInputQuery().saveQuery( ipqFileName );
184 printf( "Engine: %s!\nInput query has been saved as %s. Please attach the input query when you "
185 "open the issue on GitHub.\n",
186 errorMessage.ascii(),
187 ipqFileName.ascii() );
188}
189
190bool Engine::solve( double timeoutInSeconds )
191{

Callers

nothing calls this directly

Calls 3

lengthMethod · 0.80
asciiMethod · 0.80
saveQueryMethod · 0.45

Tested by

no test coverage detected