chore(lp): fix compilation error

This commit is contained in:
Mauricio Collares 2022-03-18 18:28:08 -03:00
parent 8072fdf9a0
commit 09b316ce75

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[0]; }
}; // end of the permutation class
#ifdef LEAN_DEBUG