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

Method clear

src/basis_factorization/SparseUnsortedArray.cpp:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void SparseUnsortedArray::clear()
104{
105 _nnz = 0;
106}
107
108unsigned SparseUnsortedArray::getNnz() const
109{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected