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

Method clear

src/basis_factorization/SparseUnsortedLists.cpp:288–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

286}
287
288void SparseUnsortedLists::clear()
289{
290 for ( unsigned i = 0; i < _m; ++i )
291 clear( i );
292}
293
294void SparseUnsortedLists::clear( unsigned row )
295{

Callers 1

getColumnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected