12#ifndef CPROVER_UTIL_SPARSE_VECTOR_H
13#define CPROVER_UTIL_SPARSE_VECTOR_H
virtual void clear()
Reset the abstract state.
ait supplies three of the four components needed: an abstract interpreter (in this case handling func...
const_iteratort find(uint64_t idx)
T & operator[](uint64_t idx)
const_iteratort begin() const
void resize(uint64_t new_size)
const T & operator[](uint64_t idx) const
underlyingt::iterator iteratort
const_iteratort end() const
underlyingt::const_iterator const_iteratort
std::map< uint64_t, T > underlyingt
#define INVARIANT(CONDITION, REASON)
This macro uses the wrapper function 'invariant_violated_string'.