fix compile error

This commit is contained in:
Michael Zhang 2024-08-09 04:21:21 -05:00
parent 8d72008ca0
commit 3c0e5f5226

View file

@ -123,7 +123,7 @@ namespace lean {
unsigned size() const { return static_cast<unsigned>(m_rev.size()); }
unsigned * values() const { return m_permutation; }
const unsigned * values() const { return m_permutation.data(); }
}; // end of the permutation class
#ifdef LEAN_DEBUG