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

Method begin

src/basis_factorization/SparseUnsortedList.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134List<SparseUnsortedList::Entry>::const_iterator SparseUnsortedList::begin() const
135{
136 return _list.begin();
137}
138
139List<SparseUnsortedList::Entry>::const_iterator SparseUnsortedList::end() const
140{

Callers 15

deleteElementsMethod · 0.45
initializeFromListMethod · 0.45
freeIfNeededMethod · 0.45
clearFactorizationMethod · 0.45
freeIfNeededMethod · 0.45
clearFactorizationMethod · 0.45
storeFactorizationMethod · 0.45
restoreFactorizationMethod · 0.45
clearFactorizationMethod · 0.45
clearFactorizationMethod · 0.45
mergeEntriesMethod · 0.45

Calls

no outgoing calls

Tested by 4

test_set_basisMethod · 0.36
test_set_basis_2Method · 0.36
test_iterateMethod · 0.36